Shades of Rust #B02A0C
Tints of Rust #B02A0C
RGB
CMYK
RGB Variations
Color information
#B02A0C (or 0xB02A0C) is known color: Rust. HEX triplet: B0, 2A and 0C. RGB value is (176,42,12). Sum of RGB (Red+Green+Blue) = 176+42+12=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A0C is #4FD5F3. Grayscale: #4E4E4E. Windows color (decimal): -5232116 or 797360. OLE color: 797360.
HSL color Cylindrical-coordinate representation of color #B02A0C: hue angle of 10.98º 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 #B02A0C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 12 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.31 |
| HSL | 10.98º | 0.87% | 0.37% | - |
| HSV(B) | 10.98º | 0.93% | 0.69% | - |
| XYZ | 18.8 | 10.91 | 1.46 | - |
| YUV | 78.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 12 | 0 | 0.76 | 0.93 | 0.31 | 10.98 | 0.87 | 0.37 |
| Hex | B0 | 2A | C | 0 | 4C | 5D | 1F | B | 57 | 25 |
| Octal | 260 | 52 | 14 | 0 | 114 | 135 | 37 | 13 | 127 | 45 |
| Binary | 10110000 | 101010 | 1100 | 0 | 1001100 | 1011101 | 11111 | 1011 | 1010111 | 100101 |
Color Harmonies of #B02A0C
Complementary color
Monochromatic Colors of #B02A0C
Black with #B02A0C
Text Example
Text Example
White with #B02A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A0C; }
p { color: rgb(176,42,12); }
H1.HeaderClassName
{
color: #B02A0C;
}
.AnyTagClassName
{
color: #B02A0C;
}
</style>
background-color css
<style>
a { background-color: #B02A0C; }
a { background-color: rgb(176,42,12); }
div.DivClassName
{
background-color: #B02A0C;
}
.BgClassName
{
background-color: #B02A0C;
}
</style>
border-color css
<style>
span { border-color: #B02A0C; }
span { border-color: rgb(176,42,12); }
td.TdClassName
{
border-color: #B02A0C;
}
.TagClassName
{
border-color: #B02A0C;
}
</style>