Shades of Rust #B72F00
Tints of Rust #B72F00
RGB
CMYK
RGB Variations
Color information
#B72F00 (or 0xB72F00) is known color: Rust. HEX triplet: B7, 2F and 00. RGB value is (183,47,0). Sum of RGB (Red+Green+Blue) = 183+47+0=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72F00 is #48D0FF. Grayscale: #525252. Windows color (decimal): -4772096 or 12215. OLE color: 12215.
HSL color Cylindrical-coordinate representation of color #B72F00: hue angle of 15.41º 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 #B72F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.28 |
| HSL | 15.41º | 1% | 0.36% | - |
| HSV(B) | 15.41º | 1% | 0.72% | - |
| XYZ | 20.54 | 12.1 | 1.25 | - |
| YUV | 82.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 0 | 0 | 0.74 | 1 | 0.28 | 15.41 | 1 | 0.36 |
| Hex | B7 | 2F | 0 | 0 | 4A | 64 | 1C | F | 64 | 24 |
| Octal | 267 | 57 | 0 | 0 | 112 | 144 | 34 | 17 | 144 | 44 |
| Binary | 10110111 | 101111 | 0 | 0 | 1001010 | 1100100 | 11100 | 1111 | 1100100 | 100100 |
Color Harmonies of #B72F00
Complementary color
Monochromatic Colors of #B72F00
Black with #B72F00
Text Example
Text Example
White with #B72F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F00; }
p { color: rgb(183,47,0); }
H1.HeaderClassName
{
color: #B72F00;
}
.AnyTagClassName
{
color: #B72F00;
}
</style>
background-color css
<style>
a { background-color: #B72F00; }
a { background-color: rgb(183,47,0); }
div.DivClassName
{
background-color: #B72F00;
}
.BgClassName
{
background-color: #B72F00;
}
</style>
border-color css
<style>
span { border-color: #B72F00; }
span { border-color: rgb(183,47,0); }
td.TdClassName
{
border-color: #B72F00;
}
.TagClassName
{
border-color: #B72F00;
}
</style>