Shades of Rust #B73507
Tints of Rust #B73507
RGB
CMYK
RGB Variations
Color information
#B73507 (or 0xB73507) is known color: Rust. HEX triplet: B7, 35 and 07. RGB value is (183,53,7). Sum of RGB (Red+Green+Blue) = 183+53+7=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B73507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73507 is #48CAF8. Grayscale: #565656. Windows color (decimal): -4770553 or 472503. OLE color: 472503.
HSL color Cylindrical-coordinate representation of color #B73507: hue angle of 15.68º 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 #B73507 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.28 |
| HSL | 15.68º | 0.93% | 0.37% | - |
| HSV(B) | 15.68º | 0.96% | 0.72% | - |
| XYZ | 20.84 | 12.63 | 1.54 | - |
| YUV | 86.63 | 83.07 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 7 | 0 | 0.71 | 0.96 | 0.28 | 15.68 | 0.93 | 0.37 |
| Hex | B7 | 35 | 7 | 0 | 47 | 60 | 1C | 10 | 5D | 25 |
| Octal | 267 | 65 | 7 | 0 | 107 | 140 | 34 | 20 | 135 | 45 |
| Binary | 10110111 | 110101 | 111 | 0 | 1000111 | 1100000 | 11100 | 10000 | 1011101 | 100101 |
Color Harmonies of #B73507
Complementary color
Monochromatic Colors of #B73507
Black with #B73507
Text Example
Text Example
White with #B73507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73507; }
p { color: rgb(183,53,7); }
H1.HeaderClassName
{
color: #B73507;
}
.AnyTagClassName
{
color: #B73507;
}
</style>
background-color css
<style>
a { background-color: #B73507; }
a { background-color: rgb(183,53,7); }
div.DivClassName
{
background-color: #B73507;
}
.BgClassName
{
background-color: #B73507;
}
</style>
border-color css
<style>
span { border-color: #B73507; }
span { border-color: rgb(183,53,7); }
td.TdClassName
{
border-color: #B73507;
}
.TagClassName
{
border-color: #B73507;
}
</style>