Shades of Rust #B64F18
Tints of Rust #B64F18
RGB
CMYK
RGB Variations
Color information
#B64F18 (or 0xB64F18) is known color: Rust. HEX triplet: B6, 4F and 18. RGB value is (182,79,24). Sum of RGB (Red+Green+Blue) = 182+79+24=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F18 is #49B0E7. Grayscale: #676767. Windows color (decimal): -4829416 or 1593270. OLE color: 1593270.
HSL color Cylindrical-coordinate representation of color #B64F18: hue angle of 20.89º 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 #B64F18 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 24 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.29 |
| HSL | 20.89º | 0.77% | 0.4% | - |
| HSV(B) | 20.89º | 0.87% | 0.71% | - |
| XYZ | 22.25 | 15.6 | 2.7 | - |
| YUV | 103.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 24 | 0 | 0.57 | 0.87 | 0.29 | 20.89 | 0.77 | 0.4 |
| Hex | B6 | 4F | 18 | 0 | 39 | 57 | 1D | 15 | 4D | 28 |
| Octal | 266 | 117 | 30 | 0 | 71 | 127 | 35 | 25 | 115 | 50 |
| Binary | 10110110 | 1001111 | 11000 | 0 | 111001 | 1010111 | 11101 | 10101 | 1001101 | 101000 |
Color Harmonies of #B64F18
Complementary color
Monochromatic Colors of #B64F18
Black with #B64F18
Text Example
Text Example
White with #B64F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F18; }
p { color: rgb(182,79,24); }
H1.HeaderClassName
{
color: #B64F18;
}
.AnyTagClassName
{
color: #B64F18;
}
</style>
background-color css
<style>
a { background-color: #B64F18; }
a { background-color: rgb(182,79,24); }
div.DivClassName
{
background-color: #B64F18;
}
.BgClassName
{
background-color: #B64F18;
}
</style>
border-color css
<style>
span { border-color: #B64F18; }
span { border-color: rgb(182,79,24); }
td.TdClassName
{
border-color: #B64F18;
}
.TagClassName
{
border-color: #B64F18;
}
</style>