Html Css Color HEX #BC4818 Rust

📋 copy color: '#BC4818'

red 188 ◦ green 72 ◦ blue 24

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

Shades of Rust #BC4818

Tints of Rust #BC4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 66.2%
G = 25.35%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4818 (or 0xBC4818) is known color: Rust. HEX triplet: BC, 48 and 18. RGB value is (188,72,24). Sum of RGB (Red+Green+Blue) = 188+72+24=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4818 is #43B7E7. Grayscale: #656565. Windows color (decimal): -4437992 or 1591484. OLE color: 1591484.

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

Color convert

RGB 188 72 24 -
CMYK 0 0.62 0.87 0.26
HSL 17.56º 0.77% 0.42% -
HSV(B) 17.56º 0.87% 0.74% -
XYZ 23.22 15.39 2.61 -
YUV 101.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 188 72 24 0 0.62 0.87 0.26 17.56 0.77 0.42
Hex BC 48 18 0 3E 57 1A 12 4D 2A
Octal 274 110 30 0 76 127 32 22 115 52
Binary 10111100 1001000 11000 0 111110 1010111 11010 10010 1001101 101010

Color Harmonies of #BC4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4818

Black with #BC4818

Text Example


Text Example

White with #BC4818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4818; }

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

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

background-color css

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

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

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

border-color css

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

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

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