Shades of Rust #B22900
Tints of Rust #B22900
RGB
CMYK
RGB Variations
Color information
#B22900 (or 0xB22900) is known color: Rust. HEX triplet: B2, 29 and 00. RGB value is (178,41,0). Sum of RGB (Red+Green+Blue) = 178+41+0=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B22900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22900 is #4DD6FF. Grayscale: #4D4D4D. Windows color (decimal): -5101312 or 10674. OLE color: 10674.
HSL color Cylindrical-coordinate representation of color #B22900: hue angle of 13.82º 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 #B22900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.30 |
| HSL | 13.82º | 1% | 0.35% | - |
| HSV(B) | 13.82º | 1% | 0.7% | - |
| XYZ | 19.15 | 11.05 | 1.12 | - |
| YUV | 77.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 0 | 0 | 0.77 | 1 | 0.30 | 13.82 | 1 | 0.35 |
| Hex | B2 | 29 | 0 | 0 | 4D | 64 | 1E | E | 64 | 23 |
| Octal | 262 | 51 | 0 | 0 | 115 | 144 | 36 | 16 | 144 | 43 |
| Binary | 10110010 | 101001 | 0 | 0 | 1001101 | 1100100 | 11110 | 1110 | 1100100 | 100011 |
Color Harmonies of #B22900
Complementary color
Monochromatic Colors of #B22900
Black with #B22900
Text Example
Text Example
White with #B22900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22900; }
p { color: rgb(178,41,0); }
H1.HeaderClassName
{
color: #B22900;
}
.AnyTagClassName
{
color: #B22900;
}
</style>
background-color css
<style>
a { background-color: #B22900; }
a { background-color: rgb(178,41,0); }
div.DivClassName
{
background-color: #B22900;
}
.BgClassName
{
background-color: #B22900;
}
</style>
border-color css
<style>
span { border-color: #B22900; }
span { border-color: rgb(178,41,0); }
td.TdClassName
{
border-color: #B22900;
}
.TagClassName
{
border-color: #B22900;
}
</style>