Shades of Rust #B75813
Tints of Rust #B75813
RGB
CMYK
RGB Variations
Color information
#B75813 (or 0xB75813) is known color: Rust. HEX triplet: B7, 58 and 13. RGB value is (183,88,19). Sum of RGB (Red+Green+Blue) = 183+88+19=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B75813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75813 is #48A7EC. Grayscale: #6C6C6C. Windows color (decimal): -4761581 or 1267895. OLE color: 1267895.
HSL color Cylindrical-coordinate representation of color #B75813: hue angle of 25.24º 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 #B75813 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 19 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.28 |
| HSL | 25.24º | 0.81% | 0.4% | - |
| HSV(B) | 25.24º | 0.9% | 0.72% | - |
| XYZ | 23.14 | 17.09 | 2.7 | - |
| YUV | 108.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 19 | 0 | 0.52 | 0.90 | 0.28 | 25.24 | 0.81 | 0.4 |
| Hex | B7 | 58 | 13 | 0 | 34 | 5A | 1C | 19 | 51 | 28 |
| Octal | 267 | 130 | 23 | 0 | 64 | 132 | 34 | 31 | 121 | 50 |
| Binary | 10110111 | 1011000 | 10011 | 0 | 110100 | 1011010 | 11100 | 11001 | 1010001 | 101000 |
Color Harmonies of #B75813
Complementary color
Monochromatic Colors of #B75813
Black with #B75813
Text Example
Text Example
White with #B75813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75813; }
p { color: rgb(183,88,19); }
H1.HeaderClassName
{
color: #B75813;
}
.AnyTagClassName
{
color: #B75813;
}
</style>
background-color css
<style>
a { background-color: #B75813; }
a { background-color: rgb(183,88,19); }
div.DivClassName
{
background-color: #B75813;
}
.BgClassName
{
background-color: #B75813;
}
</style>
border-color css
<style>
span { border-color: #B75813; }
span { border-color: rgb(183,88,19); }
td.TdClassName
{
border-color: #B75813;
}
.TagClassName
{
border-color: #B75813;
}
</style>