Shades of Rust #B64C00
Tints of Rust #B64C00
RGB
CMYK
RGB Variations
Color information
#B64C00 (or 0xB64C00) is known color: Rust. HEX triplet: B6, 4C and 00. RGB value is (182,76,0). Sum of RGB (Red+Green+Blue) = 182+76+0=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C00 is #49B3FF. Grayscale: #636363. Windows color (decimal): -4830208 or 19638. OLE color: 19638.
HSL color Cylindrical-coordinate representation of color #B64C00: hue angle of 25.05º 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 #B64C00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.29 |
| HSL | 25.05º | 1% | 0.36% | - |
| HSV(B) | 25.05º | 1% | 0.71% | - |
| XYZ | 21.88 | 15.11 | 1.76 | - |
| YUV | 99.03 | 72.12 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 0 | 0 | 0.58 | 1 | 0.29 | 25.05 | 1 | 0.36 |
| Hex | B6 | 4C | 0 | 0 | 3A | 64 | 1D | 19 | 64 | 24 |
| Octal | 266 | 114 | 0 | 0 | 72 | 144 | 35 | 31 | 144 | 44 |
| Binary | 10110110 | 1001100 | 0 | 0 | 111010 | 1100100 | 11101 | 11001 | 1100100 | 100100 |
Color Harmonies of #B64C00
Complementary color
Monochromatic Colors of #B64C00
Black with #B64C00
Text Example
Text Example
White with #B64C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C00; }
p { color: rgb(182,76,0); }
H1.HeaderClassName
{
color: #B64C00;
}
.AnyTagClassName
{
color: #B64C00;
}
</style>
background-color css
<style>
a { background-color: #B64C00; }
a { background-color: rgb(182,76,0); }
div.DivClassName
{
background-color: #B64C00;
}
.BgClassName
{
background-color: #B64C00;
}
</style>
border-color css
<style>
span { border-color: #B64C00; }
span { border-color: rgb(182,76,0); }
td.TdClassName
{
border-color: #B64C00;
}
.TagClassName
{
border-color: #B64C00;
}
</style>