Shades of Rust #B02A06
Tints of Rust #B02A06
RGB
CMYK
RGB Variations
Color information
#B02A06 (or 0xB02A06) is known color: Rust. HEX triplet: B0, 2A and 06. RGB value is (176,42,6). Sum of RGB (Red+Green+Blue) = 176+42+6=224 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.57% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A06 is #4FD5F9. Grayscale: #4E4E4E. Windows color (decimal): -5232122 or 404144. OLE color: 404144.
HSL color Cylindrical-coordinate representation of color #B02A06: hue angle of 12.71º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B02A06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.31 |
| HSL | 12.71º | 0.93% | 0.36% | - |
| HSV(B) | 12.71º | 0.97% | 0.69% | - |
| XYZ | 18.77 | 10.9 | 1.29 | - |
| YUV | 77.96 | 87.39 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 6 | 0 | 0.76 | 0.97 | 0.31 | 12.71 | 0.93 | 0.36 |
| Hex | B0 | 2A | 6 | 0 | 4C | 61 | 1F | D | 5D | 24 |
| Octal | 260 | 52 | 6 | 0 | 114 | 141 | 37 | 15 | 135 | 44 |
| Binary | 10110000 | 101010 | 110 | 0 | 1001100 | 1100001 | 11111 | 1101 | 1011101 | 100100 |
Color Harmonies of #B02A06
Complementary color
Monochromatic Colors of #B02A06
Black with #B02A06
Text Example
Text Example
White with #B02A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A06; }
p { color: rgb(176,42,6); }
H1.HeaderClassName
{
color: #B02A06;
}
.AnyTagClassName
{
color: #B02A06;
}
</style>
background-color css
<style>
a { background-color: #B02A06; }
a { background-color: rgb(176,42,6); }
div.DivClassName
{
background-color: #B02A06;
}
.BgClassName
{
background-color: #B02A06;
}
</style>
border-color css
<style>
span { border-color: #B02A06; }
span { border-color: rgb(176,42,6); }
td.TdClassName
{
border-color: #B02A06;
}
.TagClassName
{
border-color: #B02A06;
}
</style>