Shades of Rust #BC4D08
Tints of Rust #BC4D08
RGB
CMYK
RGB Variations
Color information
#BC4D08 (or 0xBC4D08) is known color: Rust. HEX triplet: BC, 4D and 08. RGB value is (188,77,8). Sum of RGB (Red+Green+Blue) = 188+77+8=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D08 is #43B2F7. Grayscale: #666666. Windows color (decimal): -4436728 or 544188. OLE color: 544188.
HSL color Cylindrical-coordinate representation of color #BC4D08: hue angle of 23º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4D08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.26 |
| HSL | 23º | 0.92% | 0.38% | - |
| HSV(B) | 23º | 0.96% | 0.74% | - |
| XYZ | 23.44 | 16.02 | 2.09 | - |
| YUV | 102.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 8 | 0 | 0.59 | 0.96 | 0.26 | 23 | 0.92 | 0.38 |
| Hex | BC | 4D | 8 | 0 | 3B | 60 | 1A | 17 | 5C | 26 |
| Octal | 274 | 115 | 10 | 0 | 73 | 140 | 32 | 27 | 134 | 46 |
| Binary | 10111100 | 1001101 | 1000 | 0 | 111011 | 1100000 | 11010 | 10111 | 1011100 | 100110 |
Color Harmonies of #BC4D08
Complementary color
Monochromatic Colors of #BC4D08
Black with #BC4D08
Text Example
Text Example
White with #BC4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D08; }
p { color: rgb(188,77,8); }
H1.HeaderClassName
{
color: #BC4D08;
}
.AnyTagClassName
{
color: #BC4D08;
}
</style>
background-color css
<style>
a { background-color: #BC4D08; }
a { background-color: rgb(188,77,8); }
div.DivClassName
{
background-color: #BC4D08;
}
.BgClassName
{
background-color: #BC4D08;
}
</style>
border-color css
<style>
span { border-color: #BC4D08; }
span { border-color: rgb(188,77,8); }
td.TdClassName
{
border-color: #BC4D08;
}
.TagClassName
{
border-color: #BC4D08;
}
</style>