Shades of Rust #B73907
Tints of Rust #B73907
RGB
CMYK
RGB Variations
Color information
#B73907 (or 0xB73907) is known color: Rust. HEX triplet: B7, 39 and 07. RGB value is (183,57,7). Sum of RGB (Red+Green+Blue) = 183+57+7=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B73907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73907 is #48C6F8. Grayscale: #595959. Windows color (decimal): -4769529 or 473527. OLE color: 473527.
HSL color Cylindrical-coordinate representation of color #B73907: hue angle of 17.05º 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 #B73907 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.28 |
| HSL | 17.05º | 0.93% | 0.37% | - |
| HSV(B) | 17.05º | 0.96% | 0.72% | - |
| XYZ | 21.03 | 13.01 | 1.6 | - |
| YUV | 88.97 | 81.74 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 7 | 0 | 0.69 | 0.96 | 0.28 | 17.05 | 0.93 | 0.37 |
| Hex | B7 | 39 | 7 | 0 | 45 | 60 | 1C | 11 | 5D | 25 |
| Octal | 267 | 71 | 7 | 0 | 105 | 140 | 34 | 21 | 135 | 45 |
| Binary | 10110111 | 111001 | 111 | 0 | 1000101 | 1100000 | 11100 | 10001 | 1011101 | 100101 |
Color Harmonies of #B73907
Complementary color
Monochromatic Colors of #B73907
Black with #B73907
Text Example
Text Example
White with #B73907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73907; }
p { color: rgb(183,57,7); }
H1.HeaderClassName
{
color: #B73907;
}
.AnyTagClassName
{
color: #B73907;
}
</style>
background-color css
<style>
a { background-color: #B73907; }
a { background-color: rgb(183,57,7); }
div.DivClassName
{
background-color: #B73907;
}
.BgClassName
{
background-color: #B73907;
}
</style>
border-color css
<style>
span { border-color: #B73907; }
span { border-color: rgb(183,57,7); }
td.TdClassName
{
border-color: #B73907;
}
.TagClassName
{
border-color: #B73907;
}
</style>