Shades of Rust #B73501
Tints of Rust #B73501
RGB
CMYK
RGB Variations
Color information
#B73501 (or 0xB73501) is known color: Rust. HEX triplet: B7, 35 and 01. RGB value is (183,53,1). Sum of RGB (Red+Green+Blue) = 183+53+1=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B73501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73501 is #48CAFE. Grayscale: #565656. Windows color (decimal): -4770559 or 79287. OLE color: 79287.
HSL color Cylindrical-coordinate representation of color #B73501: hue angle of 17.14º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B73501 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.28 |
| HSL | 17.14º | 0.99% | 0.36% | - |
| HSV(B) | 17.14º | 0.99% | 0.72% | - |
| XYZ | 20.81 | 12.62 | 1.37 | - |
| YUV | 85.94 | 80.07 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 1 | 0 | 0.71 | 0.99 | 0.28 | 17.14 | 0.99 | 0.36 |
| Hex | B7 | 35 | 1 | 0 | 47 | 63 | 1C | 11 | 63 | 24 |
| Octal | 267 | 65 | 1 | 0 | 107 | 143 | 34 | 21 | 143 | 44 |
| Binary | 10110111 | 110101 | 1 | 0 | 1000111 | 1100011 | 11100 | 10001 | 1100011 | 100100 |
Color Harmonies of #B73501
Complementary color
Monochromatic Colors of #B73501
Black with #B73501
Text Example
Text Example
White with #B73501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73501; }
p { color: rgb(183,53,1); }
H1.HeaderClassName
{
color: #B73501;
}
.AnyTagClassName
{
color: #B73501;
}
</style>
background-color css
<style>
a { background-color: #B73501; }
a { background-color: rgb(183,53,1); }
div.DivClassName
{
background-color: #B73501;
}
.BgClassName
{
background-color: #B73501;
}
</style>
border-color css
<style>
span { border-color: #B73501; }
span { border-color: rgb(183,53,1); }
td.TdClassName
{
border-color: #B73501;
}
.TagClassName
{
border-color: #B73501;
}
</style>