Shades of Rust #B22A04
Tints of Rust #B22A04
RGB
CMYK
RGB Variations
Color information
#B22A04 (or 0xB22A04) is known color: Rust. HEX triplet: B2, 2A and 04. RGB value is (178,42,4). Sum of RGB (Red+Green+Blue) = 178+42+4=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A04 is #4DD5FB. Grayscale: #4E4E4E. Windows color (decimal): -5101052 or 273074. OLE color: 273074.
HSL color Cylindrical-coordinate representation of color #B22A04: hue angle of 13.1º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B22A04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.30 |
| HSL | 13.1º | 0.96% | 0.36% | - |
| HSV(B) | 13.1º | 0.98% | 0.7% | - |
| XYZ | 19.21 | 11.13 | 1.25 | - |
| YUV | 78.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 4 | 0 | 0.76 | 0.98 | 0.30 | 13.1 | 0.96 | 0.36 |
| Hex | B2 | 2A | 4 | 0 | 4C | 62 | 1E | D | 60 | 24 |
| Octal | 262 | 52 | 4 | 0 | 114 | 142 | 36 | 15 | 140 | 44 |
| Binary | 10110010 | 101010 | 100 | 0 | 1001100 | 1100010 | 11110 | 1101 | 1100000 | 100100 |
Color Harmonies of #B22A04
Complementary color
Monochromatic Colors of #B22A04
Black with #B22A04
Text Example
Text Example
White with #B22A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A04; }
p { color: rgb(178,42,4); }
H1.HeaderClassName
{
color: #B22A04;
}
.AnyTagClassName
{
color: #B22A04;
}
</style>
background-color css
<style>
a { background-color: #B22A04; }
a { background-color: rgb(178,42,4); }
div.DivClassName
{
background-color: #B22A04;
}
.BgClassName
{
background-color: #B22A04;
}
</style>
border-color css
<style>
span { border-color: #B22A04; }
span { border-color: rgb(178,42,4); }
td.TdClassName
{
border-color: #B22A04;
}
.TagClassName
{
border-color: #B22A04;
}
</style>