Shades of Rust #B74112
Tints of Rust #B74112
RGB
CMYK
RGB Variations
Color information
#B74112 (or 0xB74112) is known color: Rust. HEX triplet: B7, 41 and 12. RGB value is (183,65,18). Sum of RGB (Red+Green+Blue) = 183+65+18=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B74112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74112 is #48BEED. Grayscale: #5F5F5F. Windows color (decimal): -4767470 or 1196471. OLE color: 1196471.
HSL color Cylindrical-coordinate representation of color #B74112: hue angle of 17.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 #B74112 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.28 |
| HSL | 17.09º | 0.82% | 0.39% | - |
| HSV(B) | 17.09º | 0.9% | 0.72% | - |
| XYZ | 21.53 | 13.89 | 2.12 | - |
| YUV | 94.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 18 | 0 | 0.64 | 0.90 | 0.28 | 17.09 | 0.82 | 0.39 |
| Hex | B7 | 41 | 12 | 0 | 40 | 5A | 1C | 11 | 52 | 27 |
| Octal | 267 | 101 | 22 | 0 | 100 | 132 | 34 | 21 | 122 | 47 |
| Binary | 10110111 | 1000001 | 10010 | 0 | 1000000 | 1011010 | 11100 | 10001 | 1010010 | 100111 |
Color Harmonies of #B74112
Complementary color
Monochromatic Colors of #B74112
Black with #B74112
Text Example
Text Example
White with #B74112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74112; }
p { color: rgb(183,65,18); }
H1.HeaderClassName
{
color: #B74112;
}
.AnyTagClassName
{
color: #B74112;
}
</style>
background-color css
<style>
a { background-color: #B74112; }
a { background-color: rgb(183,65,18); }
div.DivClassName
{
background-color: #B74112;
}
.BgClassName
{
background-color: #B74112;
}
</style>
border-color css
<style>
span { border-color: #B74112; }
span { border-color: rgb(183,65,18); }
td.TdClassName
{
border-color: #B74112;
}
.TagClassName
{
border-color: #B74112;
}
</style>