Shades of Rust #B22905
Tints of Rust #B22905
RGB
CMYK
RGB Variations
Color information
#B22905 (or 0xB22905) is known color: Rust. HEX triplet: B2, 29 and 05. RGB value is (178,41,5). Sum of RGB (Red+Green+Blue) = 178+41+5=224 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.46% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 178 - color contains mainly: red. Hex color #B22905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22905 is #4DD6FA. Grayscale: #4E4E4E. Windows color (decimal): -5101307 or 338354. OLE color: 338354.
HSL color Cylindrical-coordinate representation of color #B22905: hue angle of 12.49º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B22905 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.30 |
| HSL | 12.49º | 0.95% | 0.36% | - |
| HSV(B) | 12.49º | 0.97% | 0.7% | - |
| XYZ | 19.18 | 11.06 | 1.27 | - |
| YUV | 77.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 5 | 0 | 0.77 | 0.97 | 0.30 | 12.49 | 0.95 | 0.36 |
| Hex | B2 | 29 | 5 | 0 | 4D | 61 | 1E | C | 5F | 24 |
| Octal | 262 | 51 | 5 | 0 | 115 | 141 | 36 | 14 | 137 | 44 |
| Binary | 10110010 | 101001 | 101 | 0 | 1001101 | 1100001 | 11110 | 1100 | 1011111 | 100100 |
Color Harmonies of #B22905
Complementary color
Monochromatic Colors of #B22905
Black with #B22905
Text Example
Text Example
White with #B22905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22905; }
p { color: rgb(178,41,5); }
H1.HeaderClassName
{
color: #B22905;
}
.AnyTagClassName
{
color: #B22905;
}
</style>
background-color css
<style>
a { background-color: #B22905; }
a { background-color: rgb(178,41,5); }
div.DivClassName
{
background-color: #B22905;
}
.BgClassName
{
background-color: #B22905;
}
</style>
border-color css
<style>
span { border-color: #B22905; }
span { border-color: rgb(178,41,5); }
td.TdClassName
{
border-color: #B22905;
}
.TagClassName
{
border-color: #B22905;
}
</style>