Shades of Rust #BC4B12
Tints of Rust #BC4B12
RGB
CMYK
RGB Variations
Color information
#BC4B12 (or 0xBC4B12) is known color: Rust. HEX triplet: BC, 4B and 12. RGB value is (188,75,18). Sum of RGB (Red+Green+Blue) = 188+75+18=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B12 is #43B4ED. Grayscale: #666666. Windows color (decimal): -4437230 or 1199036. OLE color: 1199036.
HSL color Cylindrical-coordinate representation of color #BC4B12: hue angle of 20.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4B12 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.26 |
| HSL | 20.12º | 0.83% | 0.4% | - |
| HSV(B) | 20.12º | 0.9% | 0.74% | - |
| XYZ | 23.36 | 15.77 | 2.38 | - |
| YUV | 102.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 18 | 0 | 0.60 | 0.90 | 0.26 | 20.12 | 0.83 | 0.4 |
| Hex | BC | 4B | 12 | 0 | 3C | 5A | 1A | 14 | 53 | 28 |
| Octal | 274 | 113 | 22 | 0 | 74 | 132 | 32 | 24 | 123 | 50 |
| Binary | 10111100 | 1001011 | 10010 | 0 | 111100 | 1011010 | 11010 | 10100 | 1010011 | 101000 |
Color Harmonies of #BC4B12
Complementary color
Monochromatic Colors of #BC4B12
Black with #BC4B12
Text Example
Text Example
White with #BC4B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B12; }
p { color: rgb(188,75,18); }
H1.HeaderClassName
{
color: #BC4B12;
}
.AnyTagClassName
{
color: #BC4B12;
}
</style>
background-color css
<style>
a { background-color: #BC4B12; }
a { background-color: rgb(188,75,18); }
div.DivClassName
{
background-color: #BC4B12;
}
.BgClassName
{
background-color: #BC4B12;
}
</style>
border-color css
<style>
span { border-color: #BC4B12; }
span { border-color: rgb(188,75,18); }
td.TdClassName
{
border-color: #BC4B12;
}
.TagClassName
{
border-color: #BC4B12;
}
</style>