Shades of Rust #B64118
Tints of Rust #B64118
RGB
CMYK
RGB Variations
Color information
#B64118 (or 0xB64118) is known color: Rust. HEX triplet: B6, 41 and 18. RGB value is (182,65,24). Sum of RGB (Red+Green+Blue) = 182+65+24=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B64118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64118 is #49BEE7. Grayscale: #5F5F5F. Windows color (decimal): -4833000 or 1589686. OLE color: 1589686.
HSL color Cylindrical-coordinate representation of color #B64118: hue angle of 15.57º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B64118 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.29 |
| HSL | 15.57º | 0.77% | 0.4% | - |
| HSV(B) | 15.57º | 0.87% | 0.71% | - |
| XYZ | 21.35 | 13.79 | 2.4 | - |
| YUV | 95.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 24 | 0 | 0.64 | 0.87 | 0.29 | 15.57 | 0.77 | 0.4 |
| Hex | B6 | 41 | 18 | 0 | 40 | 57 | 1D | 10 | 4D | 28 |
| Octal | 266 | 101 | 30 | 0 | 100 | 127 | 35 | 20 | 115 | 50 |
| Binary | 10110110 | 1000001 | 11000 | 0 | 1000000 | 1010111 | 11101 | 10000 | 1001101 | 101000 |
Color Harmonies of #B64118
Complementary color
Monochromatic Colors of #B64118
Black with #B64118
Text Example
Text Example
White with #B64118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64118; }
p { color: rgb(182,65,24); }
H1.HeaderClassName
{
color: #B64118;
}
.AnyTagClassName
{
color: #B64118;
}
</style>
background-color css
<style>
a { background-color: #B64118; }
a { background-color: rgb(182,65,24); }
div.DivClassName
{
background-color: #B64118;
}
.BgClassName
{
background-color: #B64118;
}
</style>
border-color css
<style>
span { border-color: #B64118; }
span { border-color: rgb(182,65,24); }
td.TdClassName
{
border-color: #B64118;
}
.TagClassName
{
border-color: #B64118;
}
</style>