Shades of Rust #B64612
Tints of Rust #B64612
RGB
CMYK
RGB Variations
Color information
#B64612 (or 0xB64612) is known color: Rust. HEX triplet: B6, 46 and 12. RGB value is (182,70,18). Sum of RGB (Red+Green+Blue) = 182+70+18=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64612 is #49B9ED. Grayscale: #616161. Windows color (decimal): -4831726 or 1197750. OLE color: 1197750.
HSL color Cylindrical-coordinate representation of color #B64612: hue angle of 19.02º 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 #B64612 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.29 |
| HSL | 19.02º | 0.82% | 0.39% | - |
| HSV(B) | 19.02º | 0.9% | 0.71% | - |
| XYZ | 21.59 | 14.37 | 2.21 | - |
| YUV | 97.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 18 | 0 | 0.62 | 0.90 | 0.29 | 19.02 | 0.82 | 0.39 |
| Hex | B6 | 46 | 12 | 0 | 3E | 5A | 1D | 13 | 52 | 27 |
| Octal | 266 | 106 | 22 | 0 | 76 | 132 | 35 | 23 | 122 | 47 |
| Binary | 10110110 | 1000110 | 10010 | 0 | 111110 | 1011010 | 11101 | 10011 | 1010010 | 100111 |
Color Harmonies of #B64612
Complementary color
Monochromatic Colors of #B64612
Black with #B64612
Text Example
Text Example
White with #B64612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64612; }
p { color: rgb(182,70,18); }
H1.HeaderClassName
{
color: #B64612;
}
.AnyTagClassName
{
color: #B64612;
}
</style>
background-color css
<style>
a { background-color: #B64612; }
a { background-color: rgb(182,70,18); }
div.DivClassName
{
background-color: #B64612;
}
.BgClassName
{
background-color: #B64612;
}
</style>
border-color css
<style>
span { border-color: #B64612; }
span { border-color: rgb(182,70,18); }
td.TdClassName
{
border-color: #B64612;
}
.TagClassName
{
border-color: #B64612;
}
</style>