Shades of Rust #B64918
Tints of Rust #B64918
RGB
CMYK
RGB Variations
Color information
#B64918 (or 0xB64918) is known color: Rust. HEX triplet: B6, 49 and 18. RGB value is (182,73,24). Sum of RGB (Red+Green+Blue) = 182+73+24=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B64918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64918 is #49B6E7. Grayscale: #646464. Windows color (decimal): -4830952 or 1591734. OLE color: 1591734.
HSL color Cylindrical-coordinate representation of color #B64918: hue angle of 18.61º 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 #B64918 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 24 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.29 |
| HSL | 18.61º | 0.77% | 0.4% | - |
| HSV(B) | 18.61º | 0.87% | 0.71% | - |
| XYZ | 21.84 | 14.78 | 2.57 | - |
| YUV | 100.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 24 | 0 | 0.60 | 0.87 | 0.29 | 18.61 | 0.77 | 0.4 |
| Hex | B6 | 49 | 18 | 0 | 3C | 57 | 1D | 13 | 4D | 28 |
| Octal | 266 | 111 | 30 | 0 | 74 | 127 | 35 | 23 | 115 | 50 |
| Binary | 10110110 | 1001001 | 11000 | 0 | 111100 | 1010111 | 11101 | 10011 | 1001101 | 101000 |
Color Harmonies of #B64918
Complementary color
Monochromatic Colors of #B64918
Black with #B64918
Text Example
Text Example
White with #B64918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64918; }
p { color: rgb(182,73,24); }
H1.HeaderClassName
{
color: #B64918;
}
.AnyTagClassName
{
color: #B64918;
}
</style>
background-color css
<style>
a { background-color: #B64918; }
a { background-color: rgb(182,73,24); }
div.DivClassName
{
background-color: #B64918;
}
.BgClassName
{
background-color: #B64918;
}
</style>
border-color css
<style>
span { border-color: #B64918; }
span { border-color: rgb(182,73,24); }
td.TdClassName
{
border-color: #B64918;
}
.TagClassName
{
border-color: #B64918;
}
</style>