Html Css Color HEX #BC4718 Rust

📋 copy color: '#BC4718'

red 188 ◦ green 71 ◦ blue 24

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

Shades of Rust #BC4718

Tints of Rust #BC4718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 66.43%
G = 25.09%
B = 8.48%

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

#BC4718 (or 0xBC4718) is known color: Rust. HEX triplet: BC, 47 and 18. RGB value is (188,71,24). Sum of RGB (Red+Green+Blue) = 188+71+24=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4718 is #43B8E7. Grayscale: #646464. Windows color (decimal): -4438248 or 1591228. OLE color: 1591228.

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

Color convert

RGB 188 71 24 -
CMYK 0 0.62 0.87 0.26
HSL 17.2º 0.77% 0.42% -
HSV(B) 17.2º 0.87% 0.74% -
XYZ 23.16 15.26 2.59 -
YUV 100.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 188 71 24 0 0.62 0.87 0.26 17.2 0.77 0.42
Hex BC 47 18 0 3E 57 1A 11 4D 2A
Octal 274 107 30 0 76 127 32 21 115 52
Binary 10111100 1000111 11000 0 111110 1010111 11010 10001 1001101 101010

Color Harmonies of #BC4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4718

Black with #BC4718

Text Example


Text Example

White with #BC4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4718; }

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

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

background-color css

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

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

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

border-color css

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

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

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