Shades of Rust #B74212
Tints of Rust #B74212
RGB
CMYK
RGB Variations
Color information
#B74212 (or 0xB74212) is known color: Rust. HEX triplet: B7, 42 and 12. RGB value is (183,66,18). Sum of RGB (Red+Green+Blue) = 183+66+18=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74212 is #48BDED. Grayscale: #5F5F5F. Windows color (decimal): -4767214 or 1196727. OLE color: 1196727.
HSL color Cylindrical-coordinate representation of color #B74212: hue angle of 17.45º 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 #B74212 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.28 |
| HSL | 17.45º | 0.82% | 0.39% | - |
| HSV(B) | 17.45º | 0.9% | 0.72% | - |
| XYZ | 21.59 | 14.01 | 2.14 | - |
| YUV | 95.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 18 | 0 | 0.64 | 0.90 | 0.28 | 17.45 | 0.82 | 0.39 |
| Hex | B7 | 42 | 12 | 0 | 40 | 5A | 1C | 11 | 52 | 27 |
| Octal | 267 | 102 | 22 | 0 | 100 | 132 | 34 | 21 | 122 | 47 |
| Binary | 10110111 | 1000010 | 10010 | 0 | 1000000 | 1011010 | 11100 | 10001 | 1010010 | 100111 |
Color Harmonies of #B74212
Complementary color
Monochromatic Colors of #B74212
Black with #B74212
Text Example
Text Example
White with #B74212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74212; }
p { color: rgb(183,66,18); }
H1.HeaderClassName
{
color: #B74212;
}
.AnyTagClassName
{
color: #B74212;
}
</style>
background-color css
<style>
a { background-color: #B74212; }
a { background-color: rgb(183,66,18); }
div.DivClassName
{
background-color: #B74212;
}
.BgClassName
{
background-color: #B74212;
}
</style>
border-color css
<style>
span { border-color: #B74212; }
span { border-color: rgb(183,66,18); }
td.TdClassName
{
border-color: #B74212;
}
.TagClassName
{
border-color: #B74212;
}
</style>