Shades of Rust #B73B07
Tints of Rust #B73B07
RGB
CMYK
RGB Variations
Color information
#B73B07 (or 0xB73B07) is known color: Rust. HEX triplet: B7, 3B and 07. RGB value is (183,59,7). Sum of RGB (Red+Green+Blue) = 183+59+7=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B07 is #48C4F8. Grayscale: #5A5A5A. Windows color (decimal): -4769017 or 474039. OLE color: 474039.
HSL color Cylindrical-coordinate representation of color #B73B07: hue angle of 17.73º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B73B07 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.28 |
| HSL | 17.73º | 0.93% | 0.37% | - |
| HSV(B) | 17.73º | 0.96% | 0.72% | - |
| XYZ | 21.13 | 13.21 | 1.64 | - |
| YUV | 90.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 7 | 0 | 0.68 | 0.96 | 0.28 | 17.73 | 0.93 | 0.37 |
| Hex | B7 | 3B | 7 | 0 | 44 | 60 | 1C | 12 | 5D | 25 |
| Octal | 267 | 73 | 7 | 0 | 104 | 140 | 34 | 22 | 135 | 45 |
| Binary | 10110111 | 111011 | 111 | 0 | 1000100 | 1100000 | 11100 | 10010 | 1011101 | 100101 |
Color Harmonies of #B73B07
Complementary color
Monochromatic Colors of #B73B07
Black with #B73B07
Text Example
Text Example
White with #B73B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B07; }
p { color: rgb(183,59,7); }
H1.HeaderClassName
{
color: #B73B07;
}
.AnyTagClassName
{
color: #B73B07;
}
</style>
background-color css
<style>
a { background-color: #B73B07; }
a { background-color: rgb(183,59,7); }
div.DivClassName
{
background-color: #B73B07;
}
.BgClassName
{
background-color: #B73B07;
}
</style>
border-color css
<style>
span { border-color: #B73B07; }
span { border-color: rgb(183,59,7); }
td.TdClassName
{
border-color: #B73B07;
}
.TagClassName
{
border-color: #B73B07;
}
</style>