Shades of Rust #B64112
Tints of Rust #B64112
RGB
CMYK
RGB Variations
Color information
#B64112 (or 0xB64112) is known color: Rust. HEX triplet: B6, 41 and 12. RGB value is (182,65,18). Sum of RGB (Red+Green+Blue) = 182+65+18=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B64112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64112 is #49BEED. Grayscale: #5E5E5E. Windows color (decimal): -4833006 or 1196470. OLE color: 1196470.
HSL color Cylindrical-coordinate representation of color #B64112: hue angle of 17.2º 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 #B64112 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.29 |
| HSL | 17.2º | 0.82% | 0.39% | - |
| HSV(B) | 17.2º | 0.9% | 0.71% | - |
| XYZ | 21.29 | 13.77 | 2.11 | - |
| YUV | 94.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 18 | 0 | 0.64 | 0.90 | 0.29 | 17.2 | 0.82 | 0.39 |
| Hex | B6 | 41 | 12 | 0 | 40 | 5A | 1D | 11 | 52 | 27 |
| Octal | 266 | 101 | 22 | 0 | 100 | 132 | 35 | 21 | 122 | 47 |
| Binary | 10110110 | 1000001 | 10010 | 0 | 1000000 | 1011010 | 11101 | 10001 | 1010010 | 100111 |
Color Harmonies of #B64112
Complementary color
Monochromatic Colors of #B64112
Black with #B64112
Text Example
Text Example
White with #B64112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64112; }
p { color: rgb(182,65,18); }
H1.HeaderClassName
{
color: #B64112;
}
.AnyTagClassName
{
color: #B64112;
}
</style>
background-color css
<style>
a { background-color: #B64112; }
a { background-color: rgb(182,65,18); }
div.DivClassName
{
background-color: #B64112;
}
.BgClassName
{
background-color: #B64112;
}
</style>
border-color css
<style>
span { border-color: #B64112; }
span { border-color: rgb(182,65,18); }
td.TdClassName
{
border-color: #B64112;
}
.TagClassName
{
border-color: #B64112;
}
</style>