Shades of Rust #BC4B08
Tints of Rust #BC4B08
RGB
CMYK
RGB Variations
Color information
#BC4B08 (or 0xBC4B08) is known color: Rust. HEX triplet: BC, 4B and 08. RGB value is (188,75,8). Sum of RGB (Red+Green+Blue) = 188+75+8=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B08 is #43B4F7. Grayscale: #656565. Windows color (decimal): -4437240 or 543676. OLE color: 543676.
HSL color Cylindrical-coordinate representation of color #BC4B08: hue angle of 22.33º 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 #BC4B08 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.26 |
| HSL | 22.33º | 0.92% | 0.38% | - |
| HSV(B) | 22.33º | 0.96% | 0.74% | - |
| XYZ | 23.3 | 15.74 | 2.04 | - |
| YUV | 101.15 | 75.44 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 8 | 0 | 0.60 | 0.96 | 0.26 | 22.33 | 0.92 | 0.38 |
| Hex | BC | 4B | 8 | 0 | 3C | 60 | 1A | 16 | 5C | 26 |
| Octal | 274 | 113 | 10 | 0 | 74 | 140 | 32 | 26 | 134 | 46 |
| Binary | 10111100 | 1001011 | 1000 | 0 | 111100 | 1100000 | 11010 | 10110 | 1011100 | 100110 |
Color Harmonies of #BC4B08
Complementary color
Monochromatic Colors of #BC4B08
Black with #BC4B08
Text Example
Text Example
White with #BC4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B08; }
p { color: rgb(188,75,8); }
H1.HeaderClassName
{
color: #BC4B08;
}
.AnyTagClassName
{
color: #BC4B08;
}
</style>
background-color css
<style>
a { background-color: #BC4B08; }
a { background-color: rgb(188,75,8); }
div.DivClassName
{
background-color: #BC4B08;
}
.BgClassName
{
background-color: #BC4B08;
}
</style>
border-color css
<style>
span { border-color: #BC4B08; }
span { border-color: rgb(188,75,8); }
td.TdClassName
{
border-color: #BC4B08;
}
.TagClassName
{
border-color: #BC4B08;
}
</style>