Shades of Rust #BC4B0A
Tints of Rust #BC4B0A
RGB
CMYK
RGB Variations
Color information
#BC4B0A (or 0xBC4B0A) is known color: Rust. HEX triplet: BC, 4B and 0A. RGB value is (188,75,10). Sum of RGB (Red+Green+Blue) = 188+75+10=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B0A is #43B4F5. Grayscale: #656565. Windows color (decimal): -4437238 or 674748. OLE color: 674748.
HSL color Cylindrical-coordinate representation of color #BC4B0A: hue angle of 21.91º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC4B0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.26 |
| HSL | 21.91º | 0.9% | 0.39% | - |
| HSV(B) | 21.91º | 0.95% | 0.74% | - |
| XYZ | 23.31 | 15.75 | 2.1 | - |
| YUV | 101.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 10 | 0 | 0.60 | 0.95 | 0.26 | 21.91 | 0.9 | 0.39 |
| Hex | BC | 4B | A | 0 | 3C | 5F | 1A | 16 | 5A | 27 |
| Octal | 274 | 113 | 12 | 0 | 74 | 137 | 32 | 26 | 132 | 47 |
| Binary | 10111100 | 1001011 | 1010 | 0 | 111100 | 1011111 | 11010 | 10110 | 1011010 | 100111 |
Color Harmonies of #BC4B0A
Complementary color
Monochromatic Colors of #BC4B0A
Black with #BC4B0A
Text Example
Text Example
White with #BC4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B0A; }
p { color: rgb(188,75,10); }
H1.HeaderClassName
{
color: #BC4B0A;
}
.AnyTagClassName
{
color: #BC4B0A;
}
</style>
background-color css
<style>
a { background-color: #BC4B0A; }
a { background-color: rgb(188,75,10); }
div.DivClassName
{
background-color: #BC4B0A;
}
.BgClassName
{
background-color: #BC4B0A;
}
</style>
border-color css
<style>
span { border-color: #BC4B0A; }
span { border-color: rgb(188,75,10); }
td.TdClassName
{
border-color: #BC4B0A;
}
.TagClassName
{
border-color: #BC4B0A;
}
</style>