Shades of Rust #B22A08
Tints of Rust #B22A08
RGB
CMYK
RGB Variations
Color information
#B22A08 (or 0xB22A08) is known color: Rust. HEX triplet: B2, 2A and 08. RGB value is (178,42,8). Sum of RGB (Red+Green+Blue) = 178+42+8=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A08 is #4DD5F7. Grayscale: #4F4F4F. Windows color (decimal): -5101048 or 535218. OLE color: 535218.
HSL color Cylindrical-coordinate representation of color #B22A08: hue angle of 12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B22A08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.30 |
| HSL | 12º | 0.91% | 0.36% | - |
| HSV(B) | 12º | 0.96% | 0.7% | - |
| XYZ | 19.23 | 11.14 | 1.37 | - |
| YUV | 78.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 8 | 0 | 0.76 | 0.96 | 0.30 | 12 | 0.91 | 0.36 |
| Hex | B2 | 2A | 8 | 0 | 4C | 60 | 1E | C | 5B | 24 |
| Octal | 262 | 52 | 10 | 0 | 114 | 140 | 36 | 14 | 133 | 44 |
| Binary | 10110010 | 101010 | 1000 | 0 | 1001100 | 1100000 | 11110 | 1100 | 1011011 | 100100 |
Color Harmonies of #B22A08
Complementary color
Monochromatic Colors of #B22A08
Black with #B22A08
Text Example
Text Example
White with #B22A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A08; }
p { color: rgb(178,42,8); }
H1.HeaderClassName
{
color: #B22A08;
}
.AnyTagClassName
{
color: #B22A08;
}
</style>
background-color css
<style>
a { background-color: #B22A08; }
a { background-color: rgb(178,42,8); }
div.DivClassName
{
background-color: #B22A08;
}
.BgClassName
{
background-color: #B22A08;
}
</style>
border-color css
<style>
span { border-color: #B22A08; }
span { border-color: rgb(178,42,8); }
td.TdClassName
{
border-color: #B22A08;
}
.TagClassName
{
border-color: #B22A08;
}
</style>