Shades of Rust #BC4C0A
Tints of Rust #BC4C0A
RGB
CMYK
RGB Variations
Color information
#BC4C0A (or 0xBC4C0A) is known color: Rust. HEX triplet: BC, 4C and 0A. RGB value is (188,76,10). Sum of RGB (Red+Green+Blue) = 188+76+10=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C0A is #43B3F5. Grayscale: #666666. Windows color (decimal): -4436982 or 675004. OLE color: 675004.
HSL color Cylindrical-coordinate representation of color #BC4C0A: hue angle of 22.25º 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 #BC4C0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.26 |
| HSL | 22.25º | 0.9% | 0.39% | - |
| HSV(B) | 22.25º | 0.95% | 0.74% | - |
| XYZ | 23.38 | 15.88 | 2.12 | - |
| YUV | 101.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 10 | 0 | 0.60 | 0.95 | 0.26 | 22.25 | 0.9 | 0.39 |
| Hex | BC | 4C | A | 0 | 3C | 5F | 1A | 16 | 5A | 27 |
| Octal | 274 | 114 | 12 | 0 | 74 | 137 | 32 | 26 | 132 | 47 |
| Binary | 10111100 | 1001100 | 1010 | 0 | 111100 | 1011111 | 11010 | 10110 | 1011010 | 100111 |
Color Harmonies of #BC4C0A
Complementary color
Monochromatic Colors of #BC4C0A
Black with #BC4C0A
Text Example
Text Example
White with #BC4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C0A; }
p { color: rgb(188,76,10); }
H1.HeaderClassName
{
color: #BC4C0A;
}
.AnyTagClassName
{
color: #BC4C0A;
}
</style>
background-color css
<style>
a { background-color: #BC4C0A; }
a { background-color: rgb(188,76,10); }
div.DivClassName
{
background-color: #BC4C0A;
}
.BgClassName
{
background-color: #BC4C0A;
}
</style>
border-color css
<style>
span { border-color: #BC4C0A; }
span { border-color: rgb(188,76,10); }
td.TdClassName
{
border-color: #BC4C0A;
}
.TagClassName
{
border-color: #BC4C0A;
}
</style>