Shades of Rust #B22904
Tints of Rust #B22904
RGB
CMYK
RGB Variations
Color information
#B22904 (or 0xB22904) is known color: Rust. HEX triplet: B2, 29 and 04. RGB value is (178,41,4). Sum of RGB (Red+Green+Blue) = 178+41+4=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B22904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22904 is #4DD6FB. Grayscale: #4E4E4E. Windows color (decimal): -5101308 or 272818. OLE color: 272818.
HSL color Cylindrical-coordinate representation of color #B22904: hue angle of 12.76º 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 #B22904 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.30 |
| HSL | 12.76º | 0.96% | 0.36% | - |
| HSV(B) | 12.76º | 0.98% | 0.7% | - |
| XYZ | 19.17 | 11.06 | 1.24 | - |
| YUV | 77.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 4 | 0 | 0.77 | 0.98 | 0.30 | 12.76 | 0.96 | 0.36 |
| Hex | B2 | 29 | 4 | 0 | 4D | 62 | 1E | D | 60 | 24 |
| Octal | 262 | 51 | 4 | 0 | 115 | 142 | 36 | 15 | 140 | 44 |
| Binary | 10110010 | 101001 | 100 | 0 | 1001101 | 1100010 | 11110 | 1101 | 1100000 | 100100 |
Color Harmonies of #B22904
Complementary color
Monochromatic Colors of #B22904
Black with #B22904
Text Example
Text Example
White with #B22904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22904; }
p { color: rgb(178,41,4); }
H1.HeaderClassName
{
color: #B22904;
}
.AnyTagClassName
{
color: #B22904;
}
</style>
background-color css
<style>
a { background-color: #B22904; }
a { background-color: rgb(178,41,4); }
div.DivClassName
{
background-color: #B22904;
}
.BgClassName
{
background-color: #B22904;
}
</style>
border-color css
<style>
span { border-color: #B22904; }
span { border-color: rgb(178,41,4); }
td.TdClassName
{
border-color: #B22904;
}
.TagClassName
{
border-color: #B22904;
}
</style>