Shades of Rust #B73D00
Tints of Rust #B73D00
RGB
CMYK
RGB Variations
Color information
#B73D00 (or 0xB73D00) is known color: Rust. HEX triplet: B7, 3D and 00. RGB value is (183,61,0). Sum of RGB (Red+Green+Blue) = 183+61+0=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D00 is #48C2FF. Grayscale: #5A5A5A. Windows color (decimal): -4768512 or 15799. OLE color: 15799.
HSL color Cylindrical-coordinate representation of color #B73D00: hue angle of 20º 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 #B73D00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.28 |
| HSL | 20º | 1% | 0.36% | - |
| HSV(B) | 20º | 1% | 0.72% | - |
| XYZ | 21.2 | 13.4 | 1.47 | - |
| YUV | 90.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 0 | 0 | 0.67 | 1 | 0.28 | 20 | 1 | 0.36 |
| Hex | B7 | 3D | 0 | 0 | 43 | 64 | 1C | 14 | 64 | 24 |
| Octal | 267 | 75 | 0 | 0 | 103 | 144 | 34 | 24 | 144 | 44 |
| Binary | 10110111 | 111101 | 0 | 0 | 1000011 | 1100100 | 11100 | 10100 | 1100100 | 100100 |
Color Harmonies of #B73D00
Complementary color
Monochromatic Colors of #B73D00
Black with #B73D00
Text Example
Text Example
White with #B73D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D00; }
p { color: rgb(183,61,0); }
H1.HeaderClassName
{
color: #B73D00;
}
.AnyTagClassName
{
color: #B73D00;
}
</style>
background-color css
<style>
a { background-color: #B73D00; }
a { background-color: rgb(183,61,0); }
div.DivClassName
{
background-color: #B73D00;
}
.BgClassName
{
background-color: #B73D00;
}
</style>
border-color css
<style>
span { border-color: #B73D00; }
span { border-color: rgb(183,61,0); }
td.TdClassName
{
border-color: #B73D00;
}
.TagClassName
{
border-color: #B73D00;
}
</style>