Shades of Rust #BC5008
Tints of Rust #BC5008
RGB
CMYK
RGB Variations
Color information
#BC5008 (or 0xBC5008) is known color: Rust. HEX triplet: BC, 50 and 08. RGB value is (188,80,8). Sum of RGB (Red+Green+Blue) = 188+80+8=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5008 is #43AFF7. Grayscale: #686868. Windows color (decimal): -4435960 or 544956. OLE color: 544956.
HSL color Cylindrical-coordinate representation of color #BC5008: hue angle of 24º 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 #BC5008 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.26 |
| HSL | 24º | 0.92% | 0.38% | - |
| HSV(B) | 24º | 0.96% | 0.74% | - |
| XYZ | 23.65 | 16.45 | 2.16 | - |
| YUV | 104.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 8 | 0 | 0.57 | 0.96 | 0.26 | 24 | 0.92 | 0.38 |
| Hex | BC | 50 | 8 | 0 | 39 | 60 | 1A | 18 | 5C | 26 |
| Octal | 274 | 120 | 10 | 0 | 71 | 140 | 32 | 30 | 134 | 46 |
| Binary | 10111100 | 1010000 | 1000 | 0 | 111001 | 1100000 | 11010 | 11000 | 1011100 | 100110 |
Color Harmonies of #BC5008
Complementary color
Monochromatic Colors of #BC5008
Black with #BC5008
Text Example
Text Example
White with #BC5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5008; }
p { color: rgb(188,80,8); }
H1.HeaderClassName
{
color: #BC5008;
}
.AnyTagClassName
{
color: #BC5008;
}
</style>
background-color css
<style>
a { background-color: #BC5008; }
a { background-color: rgb(188,80,8); }
div.DivClassName
{
background-color: #BC5008;
}
.BgClassName
{
background-color: #BC5008;
}
</style>
border-color css
<style>
span { border-color: #BC5008; }
span { border-color: rgb(188,80,8); }
td.TdClassName
{
border-color: #BC5008;
}
.TagClassName
{
border-color: #BC5008;
}
</style>