Shades of Rust #B64012
Tints of Rust #B64012
RGB
CMYK
RGB Variations
Color information
#B64012 (or 0xB64012) is known color: Rust. HEX triplet: B6, 40 and 12. RGB value is (182,64,18). Sum of RGB (Red+Green+Blue) = 182+64+18=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B64012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64012 is #49BFED. Grayscale: #5E5E5E. Windows color (decimal): -4833262 or 1196214. OLE color: 1196214.
HSL color Cylindrical-coordinate representation of color #B64012: hue angle of 16.83º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B64012 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.29 |
| HSL | 16.83º | 0.82% | 0.39% | - |
| HSV(B) | 16.83º | 0.9% | 0.71% | - |
| XYZ | 21.23 | 13.66 | 2.09 | - |
| YUV | 94.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 18 | 0 | 0.65 | 0.90 | 0.29 | 16.83 | 0.82 | 0.39 |
| Hex | B6 | 40 | 12 | 0 | 41 | 5A | 1D | 11 | 52 | 27 |
| Octal | 266 | 100 | 22 | 0 | 101 | 132 | 35 | 21 | 122 | 47 |
| Binary | 10110110 | 1000000 | 10010 | 0 | 1000001 | 1011010 | 11101 | 10001 | 1010010 | 100111 |
Color Harmonies of #B64012
Complementary color
Monochromatic Colors of #B64012
Black with #B64012
Text Example
Text Example
White with #B64012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64012; }
p { color: rgb(182,64,18); }
H1.HeaderClassName
{
color: #B64012;
}
.AnyTagClassName
{
color: #B64012;
}
</style>
background-color css
<style>
a { background-color: #B64012; }
a { background-color: rgb(182,64,18); }
div.DivClassName
{
background-color: #B64012;
}
.BgClassName
{
background-color: #B64012;
}
</style>
border-color css
<style>
span { border-color: #B64012; }
span { border-color: rgb(182,64,18); }
td.TdClassName
{
border-color: #B64012;
}
.TagClassName
{
border-color: #B64012;
}
</style>