Shades of Rust #B02A0B
Tints of Rust #B02A0B
RGB
CMYK
RGB Variations
Color information
#B02A0B (or 0xB02A0B) is known color: Rust. HEX triplet: B0, 2A and 0B. RGB value is (176,42,11). Sum of RGB (Red+Green+Blue) = 176+42+11=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A0B is #4FD5F4. Grayscale: #4E4E4E. Windows color (decimal): -5232117 or 731824. OLE color: 731824.
HSL color Cylindrical-coordinate representation of color #B02A0B: hue angle of 11.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B02A0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.31 |
| HSL | 11.27º | 0.88% | 0.37% | - |
| HSV(B) | 11.27º | 0.94% | 0.69% | - |
| XYZ | 18.79 | 10.91 | 1.43 | - |
| YUV | 78.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 11 | 0 | 0.76 | 0.94 | 0.31 | 11.27 | 0.88 | 0.37 |
| Hex | B0 | 2A | B | 0 | 4C | 5E | 1F | B | 58 | 25 |
| Octal | 260 | 52 | 13 | 0 | 114 | 136 | 37 | 13 | 130 | 45 |
| Binary | 10110000 | 101010 | 1011 | 0 | 1001100 | 1011110 | 11111 | 1011 | 1011000 | 100101 |
Color Harmonies of #B02A0B
Complementary color
Monochromatic Colors of #B02A0B
Black with #B02A0B
Text Example
Text Example
White with #B02A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A0B; }
p { color: rgb(176,42,11); }
H1.HeaderClassName
{
color: #B02A0B;
}
.AnyTagClassName
{
color: #B02A0B;
}
</style>
background-color css
<style>
a { background-color: #B02A0B; }
a { background-color: rgb(176,42,11); }
div.DivClassName
{
background-color: #B02A0B;
}
.BgClassName
{
background-color: #B02A0B;
}
</style>
border-color css
<style>
span { border-color: #B02A0B; }
span { border-color: rgb(176,42,11); }
td.TdClassName
{
border-color: #B02A0B;
}
.TagClassName
{
border-color: #B02A0B;
}
</style>