Shades of Rust #B73513
Tints of Rust #B73513
RGB
CMYK
RGB Variations
Color information
#B73513 (or 0xB73513) is known color: Rust. HEX triplet: B7, 35 and 13. RGB value is (183,53,19). Sum of RGB (Red+Green+Blue) = 183+53+19=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73513 is #48CAEC. Grayscale: #585858. Windows color (decimal): -4770541 or 1258935. OLE color: 1258935.
HSL color Cylindrical-coordinate representation of color #B73513: hue angle of 12.44º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73513 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.28 |
| HSL | 12.44º | 0.81% | 0.4% | - |
| HSV(B) | 12.44º | 0.9% | 0.72% | - |
| XYZ | 20.92 | 12.66 | 1.96 | - |
| YUV | 87.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 19 | 0 | 0.71 | 0.90 | 0.28 | 12.44 | 0.81 | 0.4 |
| Hex | B7 | 35 | 13 | 0 | 47 | 5A | 1C | C | 51 | 28 |
| Octal | 267 | 65 | 23 | 0 | 107 | 132 | 34 | 14 | 121 | 50 |
| Binary | 10110111 | 110101 | 10011 | 0 | 1000111 | 1011010 | 11100 | 1100 | 1010001 | 101000 |
Color Harmonies of #B73513
Complementary color
Monochromatic Colors of #B73513
Black with #B73513
Text Example
Text Example
White with #B73513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73513; }
p { color: rgb(183,53,19); }
H1.HeaderClassName
{
color: #B73513;
}
.AnyTagClassName
{
color: #B73513;
}
</style>
background-color css
<style>
a { background-color: #B73513; }
a { background-color: rgb(183,53,19); }
div.DivClassName
{
background-color: #B73513;
}
.BgClassName
{
background-color: #B73513;
}
</style>
border-color css
<style>
span { border-color: #B73513; }
span { border-color: rgb(183,53,19); }
td.TdClassName
{
border-color: #B73513;
}
.TagClassName
{
border-color: #B73513;
}
</style>