Shades of Rust #B02C0C
Tints of Rust #B02C0C
RGB
CMYK
RGB Variations
Color information
#B02C0C (or 0xB02C0C) is known color: Rust. HEX triplet: B0, 2C and 0C. RGB value is (176,44,12). Sum of RGB (Red+Green+Blue) = 176+44+12=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C0C is #4FD3F3. Grayscale: #505050. Windows color (decimal): -5231604 or 797872. OLE color: 797872.
HSL color Cylindrical-coordinate representation of color #B02C0C: hue angle of 11.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B02C0C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 12 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.31 |
| HSL | 11.71º | 0.87% | 0.37% | - |
| HSV(B) | 11.71º | 0.93% | 0.69% | - |
| XYZ | 18.87 | 11.06 | 1.49 | - |
| YUV | 79.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 12 | 0 | 0.75 | 0.93 | 0.31 | 11.71 | 0.87 | 0.37 |
| Hex | B0 | 2C | C | 0 | 4B | 5D | 1F | C | 57 | 25 |
| Octal | 260 | 54 | 14 | 0 | 113 | 135 | 37 | 14 | 127 | 45 |
| Binary | 10110000 | 101100 | 1100 | 0 | 1001011 | 1011101 | 11111 | 1100 | 1010111 | 100101 |
Color Harmonies of #B02C0C
Complementary color
Monochromatic Colors of #B02C0C
Black with #B02C0C
Text Example
Text Example
White with #B02C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C0C; }
p { color: rgb(176,44,12); }
H1.HeaderClassName
{
color: #B02C0C;
}
.AnyTagClassName
{
color: #B02C0C;
}
</style>
background-color css
<style>
a { background-color: #B02C0C; }
a { background-color: rgb(176,44,12); }
div.DivClassName
{
background-color: #B02C0C;
}
.BgClassName
{
background-color: #B02C0C;
}
</style>
border-color css
<style>
span { border-color: #B02C0C; }
span { border-color: rgb(176,44,12); }
td.TdClassName
{
border-color: #B02C0C;
}
.TagClassName
{
border-color: #B02C0C;
}
</style>