Shades of Rust #B73807
Tints of Rust #B73807
RGB
CMYK
RGB Variations
Color information
#B73807 (or 0xB73807) is known color: Rust. HEX triplet: B7, 38 and 07. RGB value is (183,56,7). Sum of RGB (Red+Green+Blue) = 183+56+7=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B73807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73807 is #48C7F8. Grayscale: #585858. Windows color (decimal): -4769785 or 473271. OLE color: 473271.
HSL color Cylindrical-coordinate representation of color #B73807: hue angle of 16.7º 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 #B73807 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.28 |
| HSL | 16.7º | 0.93% | 0.37% | - |
| HSV(B) | 16.7º | 0.96% | 0.72% | - |
| XYZ | 20.98 | 12.91 | 1.59 | - |
| YUV | 88.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 7 | 0 | 0.69 | 0.96 | 0.28 | 16.7 | 0.93 | 0.37 |
| Hex | B7 | 38 | 7 | 0 | 45 | 60 | 1C | 11 | 5D | 25 |
| Octal | 267 | 70 | 7 | 0 | 105 | 140 | 34 | 21 | 135 | 45 |
| Binary | 10110111 | 111000 | 111 | 0 | 1000101 | 1100000 | 11100 | 10001 | 1011101 | 100101 |
Color Harmonies of #B73807
Complementary color
Monochromatic Colors of #B73807
Black with #B73807
Text Example
Text Example
White with #B73807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73807; }
p { color: rgb(183,56,7); }
H1.HeaderClassName
{
color: #B73807;
}
.AnyTagClassName
{
color: #B73807;
}
</style>
background-color css
<style>
a { background-color: #B73807; }
a { background-color: rgb(183,56,7); }
div.DivClassName
{
background-color: #B73807;
}
.BgClassName
{
background-color: #B73807;
}
</style>
border-color css
<style>
span { border-color: #B73807; }
span { border-color: rgb(183,56,7); }
td.TdClassName
{
border-color: #B73807;
}
.TagClassName
{
border-color: #B73807;
}
</style>