Shades of Rust #B75814
Tints of Rust #B75814
RGB
CMYK
RGB Variations
Color information
#B75814 (or 0xB75814) is known color: Rust. HEX triplet: B7, 58 and 14. RGB value is (183,88,20). Sum of RGB (Red+Green+Blue) = 183+88+20=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B75814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75814 is #48A7EB. Grayscale: #6D6D6D. Windows color (decimal): -4761580 or 1333431. OLE color: 1333431.
HSL color Cylindrical-coordinate representation of color #B75814: hue angle of 25.03º 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 #B75814 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.28 |
| HSL | 25.03º | 0.8% | 0.4% | - |
| HSV(B) | 25.03º | 0.89% | 0.72% | - |
| XYZ | 23.14 | 17.1 | 2.74 | - |
| YUV | 108.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 20 | 0 | 0.52 | 0.89 | 0.28 | 25.03 | 0.8 | 0.4 |
| Hex | B7 | 58 | 14 | 0 | 34 | 59 | 1C | 19 | 50 | 28 |
| Octal | 267 | 130 | 24 | 0 | 64 | 131 | 34 | 31 | 120 | 50 |
| Binary | 10110111 | 1011000 | 10100 | 0 | 110100 | 1011001 | 11100 | 11001 | 1010000 | 101000 |
Color Harmonies of #B75814
Complementary color
Monochromatic Colors of #B75814
Black with #B75814
Text Example
Text Example
White with #B75814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75814; }
p { color: rgb(183,88,20); }
H1.HeaderClassName
{
color: #B75814;
}
.AnyTagClassName
{
color: #B75814;
}
</style>
background-color css
<style>
a { background-color: #B75814; }
a { background-color: rgb(183,88,20); }
div.DivClassName
{
background-color: #B75814;
}
.BgClassName
{
background-color: #B75814;
}
</style>
border-color css
<style>
span { border-color: #B75814; }
span { border-color: rgb(183,88,20); }
td.TdClassName
{
border-color: #B75814;
}
.TagClassName
{
border-color: #B75814;
}
</style>