Shades of Rust #B64816
Tints of Rust #B64816
RGB
CMYK
RGB Variations
Color information
#B64816 (or 0xB64816) is known color: Rust. HEX triplet: B6, 48 and 16. RGB value is (182,72,22). Sum of RGB (Red+Green+Blue) = 182+72+22=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B64816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64816 is #49B7E9. Grayscale: #636363. Windows color (decimal): -4831210 or 1460406. OLE color: 1460406.
HSL color Cylindrical-coordinate representation of color #B64816: hue angle of 18.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B64816 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 22 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.29 |
| HSL | 18.75º | 0.78% | 0.4% | - |
| HSV(B) | 18.75º | 0.88% | 0.71% | - |
| XYZ | 21.75 | 14.64 | 2.44 | - |
| YUV | 99.19 | 84.44 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 22 | 0 | 0.60 | 0.88 | 0.29 | 18.75 | 0.78 | 0.4 |
| Hex | B6 | 48 | 16 | 0 | 3C | 58 | 1D | 13 | 4E | 28 |
| Octal | 266 | 110 | 26 | 0 | 74 | 130 | 35 | 23 | 116 | 50 |
| Binary | 10110110 | 1001000 | 10110 | 0 | 111100 | 1011000 | 11101 | 10011 | 1001110 | 101000 |
Color Harmonies of #B64816
Complementary color
Monochromatic Colors of #B64816
Black with #B64816
Text Example
Text Example
White with #B64816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64816; }
p { color: rgb(182,72,22); }
H1.HeaderClassName
{
color: #B64816;
}
.AnyTagClassName
{
color: #B64816;
}
</style>
background-color css
<style>
a { background-color: #B64816; }
a { background-color: rgb(182,72,22); }
div.DivClassName
{
background-color: #B64816;
}
.BgClassName
{
background-color: #B64816;
}
</style>
border-color css
<style>
span { border-color: #B64816; }
span { border-color: rgb(182,72,22); }
td.TdClassName
{
border-color: #B64816;
}
.TagClassName
{
border-color: #B64816;
}
</style>