Shades of Rust #B02A04
Tints of Rust #B02A04
RGB
CMYK
RGB Variations
Color information
#B02A04 (or 0xB02A04) is known color: Rust. HEX triplet: B0, 2A and 04. RGB value is (176,42,4). Sum of RGB (Red+Green+Blue) = 176+42+4=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A04 is #4FD5FB. Grayscale: #4E4E4E. Windows color (decimal): -5232124 or 273072. OLE color: 273072.
HSL color Cylindrical-coordinate representation of color #B02A04: hue angle of 13.26º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B02A04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.31 |
| HSL | 13.26º | 0.96% | 0.35% | - |
| HSV(B) | 13.26º | 0.98% | 0.69% | - |
| XYZ | 18.75 | 10.89 | 1.23 | - |
| YUV | 77.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 4 | 0 | 0.76 | 0.98 | 0.31 | 13.26 | 0.96 | 0.35 |
| Hex | B0 | 2A | 4 | 0 | 4C | 62 | 1F | D | 60 | 23 |
| Octal | 260 | 52 | 4 | 0 | 114 | 142 | 37 | 15 | 140 | 43 |
| Binary | 10110000 | 101010 | 100 | 0 | 1001100 | 1100010 | 11111 | 1101 | 1100000 | 100011 |
Color Harmonies of #B02A04
Complementary color
Monochromatic Colors of #B02A04
Black with #B02A04
Text Example
Text Example
White with #B02A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A04; }
p { color: rgb(176,42,4); }
H1.HeaderClassName
{
color: #B02A04;
}
.AnyTagClassName
{
color: #B02A04;
}
</style>
background-color css
<style>
a { background-color: #B02A04; }
a { background-color: rgb(176,42,4); }
div.DivClassName
{
background-color: #B02A04;
}
.BgClassName
{
background-color: #B02A04;
}
</style>
border-color css
<style>
span { border-color: #B02A04; }
span { border-color: rgb(176,42,4); }
td.TdClassName
{
border-color: #B02A04;
}
.TagClassName
{
border-color: #B02A04;
}
</style>