Shades of Rust #B22807
Tints of Rust #B22807
RGB
CMYK
RGB Variations
Color information
#B22807 (or 0xB22807) is known color: Rust. HEX triplet: B2, 28 and 07. RGB value is (178,40,7). Sum of RGB (Red+Green+Blue) = 178+40+7=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B22807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22807 is #4DD7F8. Grayscale: #4D4D4D. Windows color (decimal): -5101561 or 469170. OLE color: 469170.
HSL color Cylindrical-coordinate representation of color #B22807: hue angle of 11.58º 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 #B22807 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.30 |
| HSL | 11.58º | 0.92% | 0.36% | - |
| HSV(B) | 11.58º | 0.96% | 0.7% | - |
| XYZ | 19.16 | 11 | 1.31 | - |
| YUV | 77.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 7 | 0 | 0.78 | 0.96 | 0.30 | 11.58 | 0.92 | 0.36 |
| Hex | B2 | 28 | 7 | 0 | 4E | 60 | 1E | C | 5C | 24 |
| Octal | 262 | 50 | 7 | 0 | 116 | 140 | 36 | 14 | 134 | 44 |
| Binary | 10110010 | 101000 | 111 | 0 | 1001110 | 1100000 | 11110 | 1100 | 1011100 | 100100 |
Color Harmonies of #B22807
Complementary color
Monochromatic Colors of #B22807
Black with #B22807
Text Example
Text Example
White with #B22807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22807; }
p { color: rgb(178,40,7); }
H1.HeaderClassName
{
color: #B22807;
}
.AnyTagClassName
{
color: #B22807;
}
</style>
background-color css
<style>
a { background-color: #B22807; }
a { background-color: rgb(178,40,7); }
div.DivClassName
{
background-color: #B22807;
}
.BgClassName
{
background-color: #B22807;
}
</style>
border-color css
<style>
span { border-color: #B22807; }
span { border-color: rgb(178,40,7); }
td.TdClassName
{
border-color: #B22807;
}
.TagClassName
{
border-color: #B22807;
}
</style>