Shades of Rust #B22A00
Tints of Rust #B22A00
RGB
CMYK
RGB Variations
Color information
#B22A00 (or 0xB22A00) is known color: Rust. HEX triplet: B2, 2A and 00. RGB value is (178,42,0). Sum of RGB (Red+Green+Blue) = 178+42+0=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A00 is #4DD5FF. Grayscale: #4E4E4E. Windows color (decimal): -5101056 or 10930. OLE color: 10930.
HSL color Cylindrical-coordinate representation of color #B22A00: hue angle of 14.16º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B22A00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.30 |
| HSL | 14.16º | 1% | 0.35% | - |
| HSV(B) | 14.16º | 1% | 0.7% | - |
| XYZ | 19.19 | 11.12 | 1.14 | - |
| YUV | 77.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 0 | 0 | 0.76 | 1 | 0.30 | 14.16 | 1 | 0.35 |
| Hex | B2 | 2A | 0 | 0 | 4C | 64 | 1E | E | 64 | 23 |
| Octal | 262 | 52 | 0 | 0 | 114 | 144 | 36 | 16 | 144 | 43 |
| Binary | 10110010 | 101010 | 0 | 0 | 1001100 | 1100100 | 11110 | 1110 | 1100100 | 100011 |
Color Harmonies of #B22A00
Complementary color
Monochromatic Colors of #B22A00
Black with #B22A00
Text Example
Text Example
White with #B22A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A00; }
p { color: rgb(178,42,0); }
H1.HeaderClassName
{
color: #B22A00;
}
.AnyTagClassName
{
color: #B22A00;
}
</style>
background-color css
<style>
a { background-color: #B22A00; }
a { background-color: rgb(178,42,0); }
div.DivClassName
{
background-color: #B22A00;
}
.BgClassName
{
background-color: #B22A00;
}
</style>
border-color css
<style>
span { border-color: #B22A00; }
span { border-color: rgb(178,42,0); }
td.TdClassName
{
border-color: #B22A00;
}
.TagClassName
{
border-color: #B22A00;
}
</style>