Shades of Rust #B75714
Tints of Rust #B75714
RGB
CMYK
RGB Variations
Color information
#B75714 (or 0xB75714) is known color: Rust. HEX triplet: B7, 57 and 14. RGB value is (183,87,20). Sum of RGB (Red+Green+Blue) = 183+87+20=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B75714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75714 is #48A8EB. Grayscale: #6C6C6C. Windows color (decimal): -4761836 or 1333175. OLE color: 1333175.
HSL color Cylindrical-coordinate representation of color #B75714: hue angle of 24.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B75714 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.28 |
| HSL | 24.66º | 0.8% | 0.4% | - |
| HSV(B) | 24.66º | 0.89% | 0.72% | - |
| XYZ | 23.06 | 16.93 | 2.71 | - |
| YUV | 108.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 20 | 0 | 0.52 | 0.89 | 0.28 | 24.66 | 0.8 | 0.4 |
| Hex | B7 | 57 | 14 | 0 | 34 | 59 | 1C | 19 | 50 | 28 |
| Octal | 267 | 127 | 24 | 0 | 64 | 131 | 34 | 31 | 120 | 50 |
| Binary | 10110111 | 1010111 | 10100 | 0 | 110100 | 1011001 | 11100 | 11001 | 1010000 | 101000 |
Color Harmonies of #B75714
Complementary color
Monochromatic Colors of #B75714
Black with #B75714
Text Example
Text Example
White with #B75714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75714; }
p { color: rgb(183,87,20); }
H1.HeaderClassName
{
color: #B75714;
}
.AnyTagClassName
{
color: #B75714;
}
</style>
background-color css
<style>
a { background-color: #B75714; }
a { background-color: rgb(183,87,20); }
div.DivClassName
{
background-color: #B75714;
}
.BgClassName
{
background-color: #B75714;
}
</style>
border-color css
<style>
span { border-color: #B75714; }
span { border-color: rgb(183,87,20); }
td.TdClassName
{
border-color: #B75714;
}
.TagClassName
{
border-color: #B75714;
}
</style>