Shades of Rust #B75112
Tints of Rust #B75112
RGB
CMYK
RGB Variations
Color information
#B75112 (or 0xB75112) is known color: Rust. HEX triplet: B7, 51 and 12. RGB value is (183,81,18). Sum of RGB (Red+Green+Blue) = 183+81+18=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B75112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75112 is #48AEED. Grayscale: #686868. Windows color (decimal): -4763374 or 1200567. OLE color: 1200567.
HSL color Cylindrical-coordinate representation of color #B75112: hue angle of 22.91º 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 #B75112 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.28 |
| HSL | 22.91º | 0.82% | 0.39% | - |
| HSV(B) | 22.91º | 0.9% | 0.72% | - |
| XYZ | 22.58 | 16 | 2.47 | - |
| YUV | 104.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 18 | 0 | 0.56 | 0.90 | 0.28 | 22.91 | 0.82 | 0.39 |
| Hex | B7 | 51 | 12 | 0 | 38 | 5A | 1C | 17 | 52 | 27 |
| Octal | 267 | 121 | 22 | 0 | 70 | 132 | 34 | 27 | 122 | 47 |
| Binary | 10110111 | 1010001 | 10010 | 0 | 111000 | 1011010 | 11100 | 10111 | 1010010 | 100111 |
Color Harmonies of #B75112
Complementary color
Monochromatic Colors of #B75112
Black with #B75112
Text Example
Text Example
White with #B75112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75112; }
p { color: rgb(183,81,18); }
H1.HeaderClassName
{
color: #B75112;
}
.AnyTagClassName
{
color: #B75112;
}
</style>
background-color css
<style>
a { background-color: #B75112; }
a { background-color: rgb(183,81,18); }
div.DivClassName
{
background-color: #B75112;
}
.BgClassName
{
background-color: #B75112;
}
</style>
border-color css
<style>
span { border-color: #B75112; }
span { border-color: rgb(183,81,18); }
td.TdClassName
{
border-color: #B75112;
}
.TagClassName
{
border-color: #B75112;
}
</style>