Shades of Rust #B64115
Tints of Rust #B64115
RGB
CMYK
RGB Variations
Color information
#B64115 (or 0xB64115) is known color: Rust. HEX triplet: B6, 41 and 15. RGB value is (182,65,21). Sum of RGB (Red+Green+Blue) = 182+65+21=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64115 is #49BEEA. Grayscale: #5F5F5F. Windows color (decimal): -4833003 or 1393078. OLE color: 1393078.
HSL color Cylindrical-coordinate representation of color #B64115: hue angle of 16.4º 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 #B64115 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.29 |
| HSL | 16.4º | 0.79% | 0.4% | - |
| HSV(B) | 16.4º | 0.88% | 0.71% | - |
| XYZ | 21.32 | 13.78 | 2.25 | - |
| YUV | 94.97 | 86.26 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 21 | 0 | 0.64 | 0.88 | 0.29 | 16.4 | 0.79 | 0.4 |
| Hex | B6 | 41 | 15 | 0 | 40 | 58 | 1D | 10 | 4F | 28 |
| Octal | 266 | 101 | 25 | 0 | 100 | 130 | 35 | 20 | 117 | 50 |
| Binary | 10110110 | 1000001 | 10101 | 0 | 1000000 | 1011000 | 11101 | 10000 | 1001111 | 101000 |
Color Harmonies of #B64115
Complementary color
Monochromatic Colors of #B64115
Black with #B64115
Text Example
Text Example
White with #B64115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64115; }
p { color: rgb(182,65,21); }
H1.HeaderClassName
{
color: #B64115;
}
.AnyTagClassName
{
color: #B64115;
}
</style>
background-color css
<style>
a { background-color: #B64115; }
a { background-color: rgb(182,65,21); }
div.DivClassName
{
background-color: #B64115;
}
.BgClassName
{
background-color: #B64115;
}
</style>
border-color css
<style>
span { border-color: #B64115; }
span { border-color: rgb(182,65,21); }
td.TdClassName
{
border-color: #B64115;
}
.TagClassName
{
border-color: #B64115;
}
</style>