Shades of Rust #B73B00
Tints of Rust #B73B00
RGB
CMYK
RGB Variations
Color information
#B73B00 (or 0xB73B00) is known color: Rust. HEX triplet: B7, 3B and 00. RGB value is (183,59,0). Sum of RGB (Red+Green+Blue) = 183+59+0=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B00 is #48C4FF. Grayscale: #595959. Windows color (decimal): -4769024 or 15287. OLE color: 15287.
HSL color Cylindrical-coordinate representation of color #B73B00: hue angle of 19.34º 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 #B73B00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.28 |
| HSL | 19.34º | 1% | 0.36% | - |
| HSV(B) | 19.34º | 1% | 0.72% | - |
| XYZ | 21.09 | 13.2 | 1.44 | - |
| YUV | 89.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 0 | 0 | 0.68 | 1 | 0.28 | 19.34 | 1 | 0.36 |
| Hex | B7 | 3B | 0 | 0 | 44 | 64 | 1C | 13 | 64 | 24 |
| Octal | 267 | 73 | 0 | 0 | 104 | 144 | 34 | 23 | 144 | 44 |
| Binary | 10110111 | 111011 | 0 | 0 | 1000100 | 1100100 | 11100 | 10011 | 1100100 | 100100 |
Color Harmonies of #B73B00
Complementary color
Monochromatic Colors of #B73B00
Black with #B73B00
Text Example
Text Example
White with #B73B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B00; }
p { color: rgb(183,59,0); }
H1.HeaderClassName
{
color: #B73B00;
}
.AnyTagClassName
{
color: #B73B00;
}
</style>
background-color css
<style>
a { background-color: #B73B00; }
a { background-color: rgb(183,59,0); }
div.DivClassName
{
background-color: #B73B00;
}
.BgClassName
{
background-color: #B73B00;
}
</style>
border-color css
<style>
span { border-color: #B73B00; }
span { border-color: rgb(183,59,0); }
td.TdClassName
{
border-color: #B73B00;
}
.TagClassName
{
border-color: #B73B00;
}
</style>