Shades of Rust #B74C12
Tints of Rust #B74C12
RGB
CMYK
RGB Variations
Color information
#B74C12 (or 0xB74C12) is known color: Rust. HEX triplet: B7, 4C and 12. RGB value is (183,76,18). Sum of RGB (Red+Green+Blue) = 183+76+18=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C12 is #48B3ED. Grayscale: #656565. Windows color (decimal): -4764654 or 1199287. OLE color: 1199287.
HSL color Cylindrical-coordinate representation of color #B74C12: hue angle of 21.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 #B74C12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 18 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.28 |
| HSL | 21.09º | 0.82% | 0.39% | - |
| HSV(B) | 21.09º | 0.9% | 0.72% | - |
| XYZ | 22.22 | 15.28 | 2.35 | - |
| YUV | 101.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 18 | 0 | 0.58 | 0.90 | 0.28 | 21.09 | 0.82 | 0.39 |
| Hex | B7 | 4C | 12 | 0 | 3A | 5A | 1C | 15 | 52 | 27 |
| Octal | 267 | 114 | 22 | 0 | 72 | 132 | 34 | 25 | 122 | 47 |
| Binary | 10110111 | 1001100 | 10010 | 0 | 111010 | 1011010 | 11100 | 10101 | 1010010 | 100111 |
Color Harmonies of #B74C12
Complementary color
Monochromatic Colors of #B74C12
Black with #B74C12
Text Example
Text Example
White with #B74C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C12; }
p { color: rgb(183,76,18); }
H1.HeaderClassName
{
color: #B74C12;
}
.AnyTagClassName
{
color: #B74C12;
}
</style>
background-color css
<style>
a { background-color: #B74C12; }
a { background-color: rgb(183,76,18); }
div.DivClassName
{
background-color: #B74C12;
}
.BgClassName
{
background-color: #B74C12;
}
</style>
border-color css
<style>
span { border-color: #B74C12; }
span { border-color: rgb(183,76,18); }
td.TdClassName
{
border-color: #B74C12;
}
.TagClassName
{
border-color: #B74C12;
}
</style>