Shades of Rust #B64615
Tints of Rust #B64615
RGB
CMYK
RGB Variations
Color information
#B64615 (or 0xB64615) is known color: Rust. HEX triplet: B6, 46 and 15. RGB value is (182,70,21). Sum of RGB (Red+Green+Blue) = 182+70+21=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B64615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64615 is #49B9EA. Grayscale: #626262. Windows color (decimal): -4831723 or 1394358. OLE color: 1394358.
HSL color Cylindrical-coordinate representation of color #B64615: hue angle of 18.26º degrees, saturation: 0.79, 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 #B64615 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 21 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.29 |
| HSL | 18.26º | 0.79% | 0.4% | - |
| HSV(B) | 18.26º | 0.88% | 0.71% | - |
| XYZ | 21.62 | 14.38 | 2.35 | - |
| YUV | 97.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 21 | 0 | 0.62 | 0.88 | 0.29 | 18.26 | 0.79 | 0.4 |
| Hex | B6 | 46 | 15 | 0 | 3E | 58 | 1D | 12 | 4F | 28 |
| Octal | 266 | 106 | 25 | 0 | 76 | 130 | 35 | 22 | 117 | 50 |
| Binary | 10110110 | 1000110 | 10101 | 0 | 111110 | 1011000 | 11101 | 10010 | 1001111 | 101000 |
Color Harmonies of #B64615
Complementary color
Monochromatic Colors of #B64615
Black with #B64615
Text Example
Text Example
White with #B64615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64615; }
p { color: rgb(182,70,21); }
H1.HeaderClassName
{
color: #B64615;
}
.AnyTagClassName
{
color: #B64615;
}
</style>
background-color css
<style>
a { background-color: #B64615; }
a { background-color: rgb(182,70,21); }
div.DivClassName
{
background-color: #B64615;
}
.BgClassName
{
background-color: #B64615;
}
</style>
border-color css
<style>
span { border-color: #B64615; }
span { border-color: rgb(182,70,21); }
td.TdClassName
{
border-color: #B64615;
}
.TagClassName
{
border-color: #B64615;
}
</style>