Shades of Rust #B74912
Tints of Rust #B74912
RGB
CMYK
RGB Variations
Color information
#B74912 (or 0xB74912) is known color: Rust. HEX triplet: B7, 49 and 12. RGB value is (183,73,18). Sum of RGB (Red+Green+Blue) = 183+73+18=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B74912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74912 is #48B6ED. Grayscale: #636363. Windows color (decimal): -4765422 or 1198519. OLE color: 1198519.
HSL color Cylindrical-coordinate representation of color #B74912: hue angle of 20º 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 #B74912 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.28 |
| HSL | 20º | 0.82% | 0.39% | - |
| HSV(B) | 20º | 0.9% | 0.72% | - |
| XYZ | 22.02 | 14.88 | 2.28 | - |
| YUV | 99.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 18 | 0 | 0.60 | 0.90 | 0.28 | 20 | 0.82 | 0.39 |
| Hex | B7 | 49 | 12 | 0 | 3C | 5A | 1C | 14 | 52 | 27 |
| Octal | 267 | 111 | 22 | 0 | 74 | 132 | 34 | 24 | 122 | 47 |
| Binary | 10110111 | 1001001 | 10010 | 0 | 111100 | 1011010 | 11100 | 10100 | 1010010 | 100111 |
Color Harmonies of #B74912
Complementary color
Monochromatic Colors of #B74912
Black with #B74912
Text Example
Text Example
White with #B74912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74912; }
p { color: rgb(183,73,18); }
H1.HeaderClassName
{
color: #B74912;
}
.AnyTagClassName
{
color: #B74912;
}
</style>
background-color css
<style>
a { background-color: #B74912; }
a { background-color: rgb(183,73,18); }
div.DivClassName
{
background-color: #B74912;
}
.BgClassName
{
background-color: #B74912;
}
</style>
border-color css
<style>
span { border-color: #B74912; }
span { border-color: rgb(183,73,18); }
td.TdClassName
{
border-color: #B74912;
}
.TagClassName
{
border-color: #B74912;
}
</style>