Html Css Color HEX #BC5418 Rust

📋 copy color: '#BC5418'

red 188 ◦ green 84 ◦ blue 24

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

Shades of Rust #BC5418

Tints of Rust #BC5418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 63.51%
G = 28.38%
B = 8.11%

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

#BC5418 (or 0xBC5418) is known color: Rust. HEX triplet: BC, 54 and 18. RGB value is (188,84,24). Sum of RGB (Red+Green+Blue) = 188+84+24=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5418 is #43ABE7. Grayscale: #6C6C6C. Windows color (decimal): -4434920 or 1594556. OLE color: 1594556.

HSL color Cylindrical-coordinate representation of color #BC5418: hue angle of 21.95º 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 #BC5418 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 24 -
CMYK 0 0.55 0.87 0.26
HSL 21.95º 0.77% 0.42% -
HSV(B) 21.95º 0.87% 0.74% -
XYZ 24.07 17.1 2.9 -
YUV 108.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 188 84 24 0 0.55 0.87 0.26 21.95 0.77 0.42
Hex BC 54 18 0 37 57 1A 16 4D 2A
Octal 274 124 30 0 67 127 32 26 115 52
Binary 10111100 1010100 11000 0 110111 1010111 11010 10110 1001101 101010

Color Harmonies of #BC5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5418

Black with #BC5418

Text Example


Text Example

White with #BC5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5418; }

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

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

background-color css

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

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

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

border-color css

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

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

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