Shades of Rust #B22A07
Tints of Rust #B22A07
RGB
CMYK
RGB Variations
Color information
#B22A07 (or 0xB22A07) is known color: Rust. HEX triplet: B2, 2A and 07. RGB value is (178,42,7). Sum of RGB (Red+Green+Blue) = 178+42+7=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A07 is #4DD5F8. Grayscale: #4E4E4E. Windows color (decimal): -5101049 or 469682. OLE color: 469682.
HSL color Cylindrical-coordinate representation of color #B22A07: hue angle of 12.28º degrees, saturation: 0.92, 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 #B22A07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.30 |
| HSL | 12.28º | 0.92% | 0.36% | - |
| HSV(B) | 12.28º | 0.96% | 0.7% | - |
| XYZ | 19.23 | 11.14 | 1.34 | - |
| YUV | 78.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 7 | 0 | 0.76 | 0.96 | 0.30 | 12.28 | 0.92 | 0.36 |
| Hex | B2 | 2A | 7 | 0 | 4C | 60 | 1E | C | 5C | 24 |
| Octal | 262 | 52 | 7 | 0 | 114 | 140 | 36 | 14 | 134 | 44 |
| Binary | 10110010 | 101010 | 111 | 0 | 1001100 | 1100000 | 11110 | 1100 | 1011100 | 100100 |
Color Harmonies of #B22A07
Complementary color
Monochromatic Colors of #B22A07
Black with #B22A07
Text Example
Text Example
White with #B22A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A07; }
p { color: rgb(178,42,7); }
H1.HeaderClassName
{
color: #B22A07;
}
.AnyTagClassName
{
color: #B22A07;
}
</style>
background-color css
<style>
a { background-color: #B22A07; }
a { background-color: rgb(178,42,7); }
div.DivClassName
{
background-color: #B22A07;
}
.BgClassName
{
background-color: #B22A07;
}
</style>
border-color css
<style>
span { border-color: #B22A07; }
span { border-color: rgb(178,42,7); }
td.TdClassName
{
border-color: #B22A07;
}
.TagClassName
{
border-color: #B22A07;
}
</style>