Shades of Rust #B73509
Tints of Rust #B73509
RGB
CMYK
RGB Variations
Color information
#B73509 (or 0xB73509) is known color: Rust. HEX triplet: B7, 35 and 09. RGB value is (183,53,9). Sum of RGB (Red+Green+Blue) = 183+53+9=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73509 is #48CAF6. Grayscale: #575757. Windows color (decimal): -4770551 or 603575. OLE color: 603575.
HSL color Cylindrical-coordinate representation of color #B73509: hue angle of 15.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B73509 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.28 |
| HSL | 15.17º | 0.91% | 0.38% | - |
| HSV(B) | 15.17º | 0.95% | 0.72% | - |
| XYZ | 20.85 | 12.63 | 1.6 | - |
| YUV | 86.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 9 | 0 | 0.71 | 0.95 | 0.28 | 15.17 | 0.91 | 0.38 |
| Hex | B7 | 35 | 9 | 0 | 47 | 5F | 1C | F | 5B | 26 |
| Octal | 267 | 65 | 11 | 0 | 107 | 137 | 34 | 17 | 133 | 46 |
| Binary | 10110111 | 110101 | 1001 | 0 | 1000111 | 1011111 | 11100 | 1111 | 1011011 | 100110 |
Color Harmonies of #B73509
Complementary color
Monochromatic Colors of #B73509
Black with #B73509
Text Example
Text Example
White with #B73509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73509; }
p { color: rgb(183,53,9); }
H1.HeaderClassName
{
color: #B73509;
}
.AnyTagClassName
{
color: #B73509;
}
</style>
background-color css
<style>
a { background-color: #B73509; }
a { background-color: rgb(183,53,9); }
div.DivClassName
{
background-color: #B73509;
}
.BgClassName
{
background-color: #B73509;
}
</style>
border-color css
<style>
span { border-color: #B73509; }
span { border-color: rgb(183,53,9); }
td.TdClassName
{
border-color: #B73509;
}
.TagClassName
{
border-color: #B73509;
}
</style>