Shades of Rust #B72900
Tints of Rust #B72900
RGB
CMYK
RGB Variations
Color information
#B72900 (or 0xB72900) is known color: Rust. HEX triplet: B7, 29 and 00. RGB value is (183,41,0). Sum of RGB (Red+Green+Blue) = 183+41+0=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B72900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72900 is #48D6FF. Grayscale: #4F4F4F. Windows color (decimal): -4773632 or 10679. OLE color: 10679.
HSL color Cylindrical-coordinate representation of color #B72900: hue angle of 13.44º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B72900 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.28 |
| HSL | 13.44º | 1% | 0.36% | - |
| HSV(B) | 13.44º | 1% | 0.72% | - |
| XYZ | 20.32 | 11.65 | 1.18 | - |
| YUV | 78.78 | 83.54 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 0 | 0 | 0.78 | 1 | 0.28 | 13.44 | 1 | 0.36 |
| Hex | B7 | 29 | 0 | 0 | 4E | 64 | 1C | D | 64 | 24 |
| Octal | 267 | 51 | 0 | 0 | 116 | 144 | 34 | 15 | 144 | 44 |
| Binary | 10110111 | 101001 | 0 | 0 | 1001110 | 1100100 | 11100 | 1101 | 1100100 | 100100 |
Color Harmonies of #B72900
Complementary color
Monochromatic Colors of #B72900
Black with #B72900
Text Example
Text Example
White with #B72900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72900; }
p { color: rgb(183,41,0); }
H1.HeaderClassName
{
color: #B72900;
}
.AnyTagClassName
{
color: #B72900;
}
</style>
background-color css
<style>
a { background-color: #B72900; }
a { background-color: rgb(183,41,0); }
div.DivClassName
{
background-color: #B72900;
}
.BgClassName
{
background-color: #B72900;
}
</style>
border-color css
<style>
span { border-color: #B72900; }
span { border-color: rgb(183,41,0); }
td.TdClassName
{
border-color: #B72900;
}
.TagClassName
{
border-color: #B72900;
}
</style>