Shades of Rust #B72D02
Tints of Rust #B72D02
RGB
CMYK
RGB Variations
Color information
#B72D02 (or 0xB72D02) is known color: Rust. HEX triplet: B7, 2D and 02. RGB value is (183,45,2). Sum of RGB (Red+Green+Blue) = 183+45+2=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72D02 is #48D2FD. Grayscale: #515151. Windows color (decimal): -4772606 or 142775. OLE color: 142775.
HSL color Cylindrical-coordinate representation of color #B72D02: hue angle of 14.25º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B72D02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.28 |
| HSL | 14.25º | 0.98% | 0.36% | - |
| HSV(B) | 14.25º | 0.99% | 0.72% | - |
| XYZ | 20.48 | 11.95 | 1.28 | - |
| YUV | 81.36 | 83.22 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 2 | 0 | 0.75 | 0.99 | 0.28 | 14.25 | 0.98 | 0.36 |
| Hex | B7 | 2D | 2 | 0 | 4B | 63 | 1C | E | 62 | 24 |
| Octal | 267 | 55 | 2 | 0 | 113 | 143 | 34 | 16 | 142 | 44 |
| Binary | 10110111 | 101101 | 10 | 0 | 1001011 | 1100011 | 11100 | 1110 | 1100010 | 100100 |
Color Harmonies of #B72D02
Complementary color
Monochromatic Colors of #B72D02
Black with #B72D02
Text Example
Text Example
White with #B72D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D02; }
p { color: rgb(183,45,2); }
H1.HeaderClassName
{
color: #B72D02;
}
.AnyTagClassName
{
color: #B72D02;
}
</style>
background-color css
<style>
a { background-color: #B72D02; }
a { background-color: rgb(183,45,2); }
div.DivClassName
{
background-color: #B72D02;
}
.BgClassName
{
background-color: #B72D02;
}
</style>
border-color css
<style>
span { border-color: #B72D02; }
span { border-color: rgb(183,45,2); }
td.TdClassName
{
border-color: #B72D02;
}
.TagClassName
{
border-color: #B72D02;
}
</style>