Shades of Rust #B64515
Tints of Rust #B64515
RGB
CMYK
RGB Variations
Color information
#B64515 (or 0xB64515) is known color: Rust. HEX triplet: B6, 45 and 15. RGB value is (182,69,21). Sum of RGB (Red+Green+Blue) = 182+69+21=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64515 is #49BAEA. Grayscale: #616161. Windows color (decimal): -4831979 or 1394102. OLE color: 1394102.
HSL color Cylindrical-coordinate representation of color #B64515: hue angle of 17.89º 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 #B64515 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 21 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.29 |
| HSL | 17.89º | 0.79% | 0.4% | - |
| HSV(B) | 17.89º | 0.88% | 0.71% | - |
| XYZ | 21.55 | 14.26 | 2.32 | - |
| YUV | 97.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 21 | 0 | 0.62 | 0.88 | 0.29 | 17.89 | 0.79 | 0.4 |
| Hex | B6 | 45 | 15 | 0 | 3E | 58 | 1D | 12 | 4F | 28 |
| Octal | 266 | 105 | 25 | 0 | 76 | 130 | 35 | 22 | 117 | 50 |
| Binary | 10110110 | 1000101 | 10101 | 0 | 111110 | 1011000 | 11101 | 10010 | 1001111 | 101000 |
Color Harmonies of #B64515
Complementary color
Monochromatic Colors of #B64515
Black with #B64515
Text Example
Text Example
White with #B64515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64515; }
p { color: rgb(182,69,21); }
H1.HeaderClassName
{
color: #B64515;
}
.AnyTagClassName
{
color: #B64515;
}
</style>
background-color css
<style>
a { background-color: #B64515; }
a { background-color: rgb(182,69,21); }
div.DivClassName
{
background-color: #B64515;
}
.BgClassName
{
background-color: #B64515;
}
</style>
border-color css
<style>
span { border-color: #B64515; }
span { border-color: rgb(182,69,21); }
td.TdClassName
{
border-color: #B64515;
}
.TagClassName
{
border-color: #B64515;
}
</style>