Shades of Rust #B64717
Tints of Rust #B64717
RGB
CMYK
RGB Variations
Color information
#B64717 (or 0xB64717) is known color: Rust. HEX triplet: B6, 47 and 17. RGB value is (182,71,23). Sum of RGB (Red+Green+Blue) = 182+71+23=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B64717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64717 is #49B8E8. Grayscale: #636363. Windows color (decimal): -4831465 or 1525686. OLE color: 1525686.
HSL color Cylindrical-coordinate representation of color #B64717: hue angle of 18.11º degrees, saturation: 0.78, 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 #B64717 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 23 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.29 |
| HSL | 18.11º | 0.78% | 0.4% | - |
| HSV(B) | 18.11º | 0.87% | 0.71% | - |
| XYZ | 21.7 | 14.51 | 2.47 | - |
| YUV | 98.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 23 | 0 | 0.61 | 0.87 | 0.29 | 18.11 | 0.78 | 0.4 |
| Hex | B6 | 47 | 17 | 0 | 3D | 57 | 1D | 12 | 4E | 28 |
| Octal | 266 | 107 | 27 | 0 | 75 | 127 | 35 | 22 | 116 | 50 |
| Binary | 10110110 | 1000111 | 10111 | 0 | 111101 | 1010111 | 11101 | 10010 | 1001110 | 101000 |
Color Harmonies of #B64717
Complementary color
Monochromatic Colors of #B64717
Black with #B64717
Text Example
Text Example
White with #B64717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64717; }
p { color: rgb(182,71,23); }
H1.HeaderClassName
{
color: #B64717;
}
.AnyTagClassName
{
color: #B64717;
}
</style>
background-color css
<style>
a { background-color: #B64717; }
a { background-color: rgb(182,71,23); }
div.DivClassName
{
background-color: #B64717;
}
.BgClassName
{
background-color: #B64717;
}
</style>
border-color css
<style>
span { border-color: #B64717; }
span { border-color: rgb(182,71,23); }
td.TdClassName
{
border-color: #B64717;
}
.TagClassName
{
border-color: #B64717;
}
</style>