Shades of Rust #B64518
Tints of Rust #B64518
RGB
CMYK
RGB Variations
Color information
#B64518 (or 0xB64518) is known color: Rust. HEX triplet: B6, 45 and 18. RGB value is (182,69,24). Sum of RGB (Red+Green+Blue) = 182+69+24=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B64518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64518 is #49BAE7. Grayscale: #616161. Windows color (decimal): -4831976 or 1590710. OLE color: 1590710.
HSL color Cylindrical-coordinate representation of color #B64518: hue angle of 17.09º 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 #B64518 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 24 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.29 |
| HSL | 17.09º | 0.77% | 0.4% | - |
| HSV(B) | 17.09º | 0.87% | 0.71% | - |
| XYZ | 21.58 | 14.27 | 2.48 | - |
| YUV | 97.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 24 | 0 | 0.62 | 0.87 | 0.29 | 17.09 | 0.77 | 0.4 |
| Hex | B6 | 45 | 18 | 0 | 3E | 57 | 1D | 11 | 4D | 28 |
| Octal | 266 | 105 | 30 | 0 | 76 | 127 | 35 | 21 | 115 | 50 |
| Binary | 10110110 | 1000101 | 11000 | 0 | 111110 | 1010111 | 11101 | 10001 | 1001101 | 101000 |
Color Harmonies of #B64518
Complementary color
Monochromatic Colors of #B64518
Black with #B64518
Text Example
Text Example
White with #B64518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64518; }
p { color: rgb(182,69,24); }
H1.HeaderClassName
{
color: #B64518;
}
.AnyTagClassName
{
color: #B64518;
}
</style>
background-color css
<style>
a { background-color: #B64518; }
a { background-color: rgb(182,69,24); }
div.DivClassName
{
background-color: #B64518;
}
.BgClassName
{
background-color: #B64518;
}
</style>
border-color css
<style>
span { border-color: #B64518; }
span { border-color: rgb(182,69,24); }
td.TdClassName
{
border-color: #B64518;
}
.TagClassName
{
border-color: #B64518;
}
</style>