Html Css Color HEX #BC5518 Rust

📋 copy color: '#BC5518'

red 188 ◦ green 85 ◦ blue 24

#BC5518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BC5518

Tints of Rust #BC5518

RGB

 RED value IS 188 (73.83% from 255) = 63.3%

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 24 (9.77% from 255) = 8.08%

R = 63.3%
G = 28.62%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC5518 (or 0xBC5518) is known color: Rust. HEX triplet: BC, 55 and 18. RGB value is (188,85,24). Sum of RGB (Red+Green+Blue) = 188+85+24=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5518 is #43AAE7. Grayscale: #6D6D6D. Windows color (decimal): -4434664 or 1594812. OLE color: 1594812.

HSL color Cylindrical-coordinate representation of color #BC5518: hue angle of 22.32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC5518 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 24 -
CMYK 0 0.55 0.87 0.26
HSL 22.32º 0.77% 0.42% -
HSV(B) 22.32º 0.87% 0.74% -
XYZ 24.15 17.25 2.92 -
YUV 108.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 188 85 24 0 0.55 0.87 0.26 22.32 0.77 0.42
Hex BC 55 18 0 37 57 1A 16 4D 2A
Octal 274 125 30 0 67 127 32 26 115 52
Binary 10111100 1010101 11000 0 110111 1010111 11010 10110 1001101 101010

Color Harmonies of #BC5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5518

Black with #BC5518

Text Example


Text Example

White with #BC5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5518; }

 p { color: rgb(188,85,24); }

 H1.HeaderClassName
 {
   color: #BC5518;
 }
 .AnyTagClassName
 {
   color: #BC5518;
 }
</style>

background-color css

<style>
 a { background-color: #BC5518; }

 a { background-color: rgb(188,85,24); }

 div.DivClassName
 {
   background-color: #BC5518;
 }
 .BgClassName
 {
   background-color: #BC5518;
 }
</style>

border-color css

<style>
 span { border-color: #BC5518; }

 span { border-color: rgb(188,85,24); }

 td.TdClassName
 {
   border-color: #BC5518;
 }
 .TagClassName
 {
   border-color: #BC5518;
 }
</style>