Shades of Rust #BC4D12
Tints of Rust #BC4D12
RGB
CMYK
RGB Variations
Color information
#BC4D12 (or 0xBC4D12) is known color: Rust. HEX triplet: BC, 4D and 12. RGB value is (188,77,18). Sum of RGB (Red+Green+Blue) = 188+77+18=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D12 is #43B2ED. Grayscale: #676767. Windows color (decimal): -4436718 or 1199548. OLE color: 1199548.
HSL color Cylindrical-coordinate representation of color #BC4D12: hue angle of 20.82º 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 #BC4D12 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 18 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.26 |
| HSL | 20.82º | 0.83% | 0.4% | - |
| HSV(B) | 20.82º | 0.9% | 0.74% | - |
| XYZ | 23.5 | 16.04 | 2.43 | - |
| YUV | 103.46 | 79.77 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 18 | 0 | 0.59 | 0.90 | 0.26 | 20.82 | 0.83 | 0.4 |
| Hex | BC | 4D | 12 | 0 | 3B | 5A | 1A | 15 | 53 | 28 |
| Octal | 274 | 115 | 22 | 0 | 73 | 132 | 32 | 25 | 123 | 50 |
| Binary | 10111100 | 1001101 | 10010 | 0 | 111011 | 1011010 | 11010 | 10101 | 1010011 | 101000 |
Color Harmonies of #BC4D12
Complementary color
Monochromatic Colors of #BC4D12
Black with #BC4D12
Text Example
Text Example
White with #BC4D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D12; }
p { color: rgb(188,77,18); }
H1.HeaderClassName
{
color: #BC4D12;
}
.AnyTagClassName
{
color: #BC4D12;
}
</style>
background-color css
<style>
a { background-color: #BC4D12; }
a { background-color: rgb(188,77,18); }
div.DivClassName
{
background-color: #BC4D12;
}
.BgClassName
{
background-color: #BC4D12;
}
</style>
border-color css
<style>
span { border-color: #BC4D12; }
span { border-color: rgb(188,77,18); }
td.TdClassName
{
border-color: #BC4D12;
}
.TagClassName
{
border-color: #BC4D12;
}
</style>