Shades of Rust #B73500
Tints of Rust #B73500
RGB
CMYK
RGB Variations
Color information
#B73500 (or 0xB73500) is known color: Rust. HEX triplet: B7, 35 and 00. RGB value is (183,53,0). Sum of RGB (Red+Green+Blue) = 183+53+0=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B73500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73500 is #48CAFF. Grayscale: #565656. Windows color (decimal): -4770560 or 13751. OLE color: 13751.
HSL color Cylindrical-coordinate representation of color #B73500: hue angle of 17.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B73500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.28 |
| HSL | 17.38º | 1% | 0.36% | - |
| HSV(B) | 17.38º | 1% | 0.72% | - |
| XYZ | 20.8 | 12.61 | 1.34 | - |
| YUV | 85.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 0 | 0 | 0.71 | 1 | 0.28 | 17.38 | 1 | 0.36 |
| Hex | B7 | 35 | 0 | 0 | 47 | 64 | 1C | 11 | 64 | 24 |
| Octal | 267 | 65 | 0 | 0 | 107 | 144 | 34 | 21 | 144 | 44 |
| Binary | 10110111 | 110101 | 0 | 0 | 1000111 | 1100100 | 11100 | 10001 | 1100100 | 100100 |
Color Harmonies of #B73500
Complementary color
Monochromatic Colors of #B73500
Black with #B73500
Text Example
Text Example
White with #B73500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73500; }
p { color: rgb(183,53,0); }
H1.HeaderClassName
{
color: #B73500;
}
.AnyTagClassName
{
color: #B73500;
}
</style>
background-color css
<style>
a { background-color: #B73500; }
a { background-color: rgb(183,53,0); }
div.DivClassName
{
background-color: #B73500;
}
.BgClassName
{
background-color: #B73500;
}
</style>
border-color css
<style>
span { border-color: #B73500; }
span { border-color: rgb(183,53,0); }
td.TdClassName
{
border-color: #B73500;
}
.TagClassName
{
border-color: #B73500;
}
</style>