Shades of Rust #B75712
Tints of Rust #B75712
RGB
CMYK
RGB Variations
Color information
#B75712 (or 0xB75712) is known color: Rust. HEX triplet: B7, 57 and 12. RGB value is (183,87,18). Sum of RGB (Red+Green+Blue) = 183+87+18=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75712 is #48A8ED. Grayscale: #6C6C6C. Windows color (decimal): -4761838 or 1202103. OLE color: 1202103.
HSL color Cylindrical-coordinate representation of color #B75712: hue angle of 25.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75712 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.28 |
| HSL | 25.09º | 0.82% | 0.39% | - |
| HSV(B) | 25.09º | 0.9% | 0.72% | - |
| XYZ | 23.05 | 16.93 | 2.62 | - |
| YUV | 107.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 18 | 0 | 0.52 | 0.90 | 0.28 | 25.09 | 0.82 | 0.39 |
| Hex | B7 | 57 | 12 | 0 | 34 | 5A | 1C | 19 | 52 | 27 |
| Octal | 267 | 127 | 22 | 0 | 64 | 132 | 34 | 31 | 122 | 47 |
| Binary | 10110111 | 1010111 | 10010 | 0 | 110100 | 1011010 | 11100 | 11001 | 1010010 | 100111 |
Color Harmonies of #B75712
Complementary color
Monochromatic Colors of #B75712
Black with #B75712
Text Example
Text Example
White with #B75712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75712; }
p { color: rgb(183,87,18); }
H1.HeaderClassName
{
color: #B75712;
}
.AnyTagClassName
{
color: #B75712;
}
</style>
background-color css
<style>
a { background-color: #B75712; }
a { background-color: rgb(183,87,18); }
div.DivClassName
{
background-color: #B75712;
}
.BgClassName
{
background-color: #B75712;
}
</style>
border-color css
<style>
span { border-color: #B75712; }
span { border-color: rgb(183,87,18); }
td.TdClassName
{
border-color: #B75712;
}
.TagClassName
{
border-color: #B75712;
}
</style>