Shades of Rust #B73805
Tints of Rust #B73805
RGB
CMYK
RGB Variations
Color information
#B73805 (or 0xB73805) is known color: Rust. HEX triplet: B7, 38 and 05. RGB value is (183,56,5). Sum of RGB (Red+Green+Blue) = 183+56+5=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B73805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73805 is #48C7FA. Grayscale: #585858. Windows color (decimal): -4769787 or 342199. OLE color: 342199.
HSL color Cylindrical-coordinate representation of color #B73805: hue angle of 17.19º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B73805 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.28 |
| HSL | 17.19º | 0.95% | 0.37% | - |
| HSV(B) | 17.19º | 0.97% | 0.72% | - |
| XYZ | 20.97 | 12.91 | 1.53 | - |
| YUV | 88.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 5 | 0 | 0.69 | 0.97 | 0.28 | 17.19 | 0.95 | 0.37 |
| Hex | B7 | 38 | 5 | 0 | 45 | 61 | 1C | 11 | 5F | 25 |
| Octal | 267 | 70 | 5 | 0 | 105 | 141 | 34 | 21 | 137 | 45 |
| Binary | 10110111 | 111000 | 101 | 0 | 1000101 | 1100001 | 11100 | 10001 | 1011111 | 100101 |
Color Harmonies of #B73805
Complementary color
Monochromatic Colors of #B73805
Black with #B73805
Text Example
Text Example
White with #B73805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73805; }
p { color: rgb(183,56,5); }
H1.HeaderClassName
{
color: #B73805;
}
.AnyTagClassName
{
color: #B73805;
}
</style>
background-color css
<style>
a { background-color: #B73805; }
a { background-color: rgb(183,56,5); }
div.DivClassName
{
background-color: #B73805;
}
.BgClassName
{
background-color: #B73805;
}
</style>
border-color css
<style>
span { border-color: #B73805; }
span { border-color: rgb(183,56,5); }
td.TdClassName
{
border-color: #B73805;
}
.TagClassName
{
border-color: #B73805;
}
</style>