Shades of Rust #BC4D0A
Tints of Rust #BC4D0A
RGB
CMYK
RGB Variations
Color information
#BC4D0A (or 0xBC4D0A) is known color: Rust. HEX triplet: BC, 4D and 0A. RGB value is (188,77,10). Sum of RGB (Red+Green+Blue) = 188+77+10=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D0A is #43B2F5. Grayscale: #666666. Windows color (decimal): -4436726 or 675260. OLE color: 675260.
HSL color Cylindrical-coordinate representation of color #BC4D0A: hue angle of 22.58º 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 #BC4D0A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.26 |
| HSL | 22.58º | 0.9% | 0.39% | - |
| HSV(B) | 22.58º | 0.95% | 0.74% | - |
| XYZ | 23.45 | 16.02 | 2.14 | - |
| YUV | 102.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 10 | 0 | 0.59 | 0.95 | 0.26 | 22.58 | 0.9 | 0.39 |
| Hex | BC | 4D | A | 0 | 3B | 5F | 1A | 17 | 5A | 27 |
| Octal | 274 | 115 | 12 | 0 | 73 | 137 | 32 | 27 | 132 | 47 |
| Binary | 10111100 | 1001101 | 1010 | 0 | 111011 | 1011111 | 11010 | 10111 | 1011010 | 100111 |
Color Harmonies of #BC4D0A
Complementary color
Monochromatic Colors of #BC4D0A
Black with #BC4D0A
Text Example
Text Example
White with #BC4D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D0A; }
p { color: rgb(188,77,10); }
H1.HeaderClassName
{
color: #BC4D0A;
}
.AnyTagClassName
{
color: #BC4D0A;
}
</style>
background-color css
<style>
a { background-color: #BC4D0A; }
a { background-color: rgb(188,77,10); }
div.DivClassName
{
background-color: #BC4D0A;
}
.BgClassName
{
background-color: #BC4D0A;
}
</style>
border-color css
<style>
span { border-color: #BC4D0A; }
span { border-color: rgb(188,77,10); }
td.TdClassName
{
border-color: #BC4D0A;
}
.TagClassName
{
border-color: #BC4D0A;
}
</style>