Shades of Rust #B64A00
Tints of Rust #B64A00
RGB
CMYK
RGB Variations
Color information
#B64A00 (or 0xB64A00) is known color: Rust. HEX triplet: B6, 4A and 00. RGB value is (182,74,0). Sum of RGB (Red+Green+Blue) = 182+74+0=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A00 is #49B5FF. Grayscale: #626262. Windows color (decimal): -4830720 or 19126. OLE color: 19126.
HSL color Cylindrical-coordinate representation of color #B64A00: hue angle of 24.4º 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 #B64A00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.29 |
| HSL | 24.4º | 1% | 0.36% | - |
| HSV(B) | 24.4º | 1% | 0.71% | - |
| XYZ | 21.74 | 14.84 | 1.72 | - |
| YUV | 97.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 0 | 0 | 0.59 | 1 | 0.29 | 24.4 | 1 | 0.36 |
| Hex | B6 | 4A | 0 | 0 | 3B | 64 | 1D | 18 | 64 | 24 |
| Octal | 266 | 112 | 0 | 0 | 73 | 144 | 35 | 30 | 144 | 44 |
| Binary | 10110110 | 1001010 | 0 | 0 | 111011 | 1100100 | 11101 | 11000 | 1100100 | 100100 |
Color Harmonies of #B64A00
Complementary color
Monochromatic Colors of #B64A00
Black with #B64A00
Text Example
Text Example
White with #B64A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A00; }
p { color: rgb(182,74,0); }
H1.HeaderClassName
{
color: #B64A00;
}
.AnyTagClassName
{
color: #B64A00;
}
</style>
background-color css
<style>
a { background-color: #B64A00; }
a { background-color: rgb(182,74,0); }
div.DivClassName
{
background-color: #B64A00;
}
.BgClassName
{
background-color: #B64A00;
}
</style>
border-color css
<style>
span { border-color: #B64A00; }
span { border-color: rgb(182,74,0); }
td.TdClassName
{
border-color: #B64A00;
}
.TagClassName
{
border-color: #B64A00;
}
</style>