Shades of Rust #B73D02
Tints of Rust #B73D02
RGB
CMYK
RGB Variations
Color information
#B73D02 (or 0xB73D02) is known color: Rust. HEX triplet: B7, 3D and 02. RGB value is (183,61,2). Sum of RGB (Red+Green+Blue) = 183+61+2=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D02 is #48C2FD. Grayscale: #5B5B5B. Windows color (decimal): -4768510 or 146871. OLE color: 146871.
HSL color Cylindrical-coordinate representation of color #B73D02: hue angle of 19.56º 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 #B73D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.28 |
| HSL | 19.56º | 0.98% | 0.36% | - |
| HSV(B) | 19.56º | 0.99% | 0.72% | - |
| XYZ | 21.21 | 13.41 | 1.53 | - |
| YUV | 90.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 2 | 0 | 0.67 | 0.99 | 0.28 | 19.56 | 0.98 | 0.36 |
| Hex | B7 | 3D | 2 | 0 | 43 | 63 | 1C | 14 | 62 | 24 |
| Octal | 267 | 75 | 2 | 0 | 103 | 143 | 34 | 24 | 142 | 44 |
| Binary | 10110111 | 111101 | 10 | 0 | 1000011 | 1100011 | 11100 | 10100 | 1100010 | 100100 |
Color Harmonies of #B73D02
Complementary color
Monochromatic Colors of #B73D02
Black with #B73D02
Text Example
Text Example
White with #B73D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D02; }
p { color: rgb(183,61,2); }
H1.HeaderClassName
{
color: #B73D02;
}
.AnyTagClassName
{
color: #B73D02;
}
</style>
background-color css
<style>
a { background-color: #B73D02; }
a { background-color: rgb(183,61,2); }
div.DivClassName
{
background-color: #B73D02;
}
.BgClassName
{
background-color: #B73D02;
}
</style>
border-color css
<style>
span { border-color: #B73D02; }
span { border-color: rgb(183,61,2); }
td.TdClassName
{
border-color: #B73D02;
}
.TagClassName
{
border-color: #B73D02;
}
</style>