Shades of Rust #B64600
Tints of Rust #B64600
RGB
CMYK
RGB Variations
Color information
#B64600 (or 0xB64600) is known color: Rust. HEX triplet: B6, 46 and 00. RGB value is (182,70,0). Sum of RGB (Red+Green+Blue) = 182+70+0=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B64600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64600 is #49B9FF. Grayscale: #5F5F5F. Windows color (decimal): -4831744 or 18102. OLE color: 18102.
HSL color Cylindrical-coordinate representation of color #B64600: hue angle of 23.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B64600 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.29 |
| HSL | 23.08º | 1% | 0.36% | - |
| HSV(B) | 23.08º | 1% | 0.71% | - |
| XYZ | 21.48 | 14.33 | 1.63 | - |
| YUV | 95.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 0 | 0 | 0.62 | 1 | 0.29 | 23.08 | 1 | 0.36 |
| Hex | B6 | 46 | 0 | 0 | 3E | 64 | 1D | 17 | 64 | 24 |
| Octal | 266 | 106 | 0 | 0 | 76 | 144 | 35 | 27 | 144 | 44 |
| Binary | 10110110 | 1000110 | 0 | 0 | 111110 | 1100100 | 11101 | 10111 | 1100100 | 100100 |
Color Harmonies of #B64600
Complementary color
Monochromatic Colors of #B64600
Black with #B64600
Text Example
Text Example
White with #B64600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64600; }
p { color: rgb(182,70,0); }
H1.HeaderClassName
{
color: #B64600;
}
.AnyTagClassName
{
color: #B64600;
}
</style>
background-color css
<style>
a { background-color: #B64600; }
a { background-color: rgb(182,70,0); }
div.DivClassName
{
background-color: #B64600;
}
.BgClassName
{
background-color: #B64600;
}
</style>
border-color css
<style>
span { border-color: #B64600; }
span { border-color: rgb(182,70,0); }
td.TdClassName
{
border-color: #B64600;
}
.TagClassName
{
border-color: #B64600;
}
</style>