Shades of Rust #B64912
Tints of Rust #B64912
RGB
CMYK
RGB Variations
Color information
#B64912 (or 0xB64912) is known color: Rust. HEX triplet: B6, 49 and 12. RGB value is (182,73,18). Sum of RGB (Red+Green+Blue) = 182+73+18=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64912 is #49B6ED. Grayscale: #636363. Windows color (decimal): -4830958 or 1198518. OLE color: 1198518.
HSL color Cylindrical-coordinate representation of color #B64912: hue angle of 20.12º 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 #B64912 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.29 |
| HSL | 20.12º | 0.82% | 0.39% | - |
| HSV(B) | 20.12º | 0.9% | 0.71% | - |
| XYZ | 21.78 | 14.75 | 2.27 | - |
| YUV | 99.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 18 | 0 | 0.60 | 0.90 | 0.29 | 20.12 | 0.82 | 0.39 |
| Hex | B6 | 49 | 12 | 0 | 3C | 5A | 1D | 14 | 52 | 27 |
| Octal | 266 | 111 | 22 | 0 | 74 | 132 | 35 | 24 | 122 | 47 |
| Binary | 10110110 | 1001001 | 10010 | 0 | 111100 | 1011010 | 11101 | 10100 | 1010010 | 100111 |
Color Harmonies of #B64912
Complementary color
Monochromatic Colors of #B64912
Black with #B64912
Text Example
Text Example
White with #B64912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64912; }
p { color: rgb(182,73,18); }
H1.HeaderClassName
{
color: #B64912;
}
.AnyTagClassName
{
color: #B64912;
}
</style>
background-color css
<style>
a { background-color: #B64912; }
a { background-color: rgb(182,73,18); }
div.DivClassName
{
background-color: #B64912;
}
.BgClassName
{
background-color: #B64912;
}
</style>
border-color css
<style>
span { border-color: #B64912; }
span { border-color: rgb(182,73,18); }
td.TdClassName
{
border-color: #B64912;
}
.TagClassName
{
border-color: #B64912;
}
</style>