Shades of Rust #B64A02
Tints of Rust #B64A02
RGB
CMYK
RGB Variations
Color information
#B64A02 (or 0xB64A02) is known color: Rust. HEX triplet: B6, 4A and 02. RGB value is (182,74,2). Sum of RGB (Red+Green+Blue) = 182+74+2=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A02 is #49B5FD. Grayscale: #626262. Windows color (decimal): -4830718 or 150198. OLE color: 150198.
HSL color Cylindrical-coordinate representation of color #B64A02: hue angle of 24º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B64A02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.29 |
| HSL | 24º | 0.98% | 0.36% | - |
| HSV(B) | 24º | 0.99% | 0.71% | - |
| XYZ | 21.75 | 14.85 | 1.78 | - |
| YUV | 98.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 2 | 0 | 0.59 | 0.99 | 0.29 | 24 | 0.98 | 0.36 |
| Hex | B6 | 4A | 2 | 0 | 3B | 63 | 1D | 18 | 62 | 24 |
| Octal | 266 | 112 | 2 | 0 | 73 | 143 | 35 | 30 | 142 | 44 |
| Binary | 10110110 | 1001010 | 10 | 0 | 111011 | 1100011 | 11101 | 11000 | 1100010 | 100100 |
Color Harmonies of #B64A02
Complementary color
Monochromatic Colors of #B64A02
Black with #B64A02
Text Example
Text Example
White with #B64A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A02; }
p { color: rgb(182,74,2); }
H1.HeaderClassName
{
color: #B64A02;
}
.AnyTagClassName
{
color: #B64A02;
}
</style>
background-color css
<style>
a { background-color: #B64A02; }
a { background-color: rgb(182,74,2); }
div.DivClassName
{
background-color: #B64A02;
}
.BgClassName
{
background-color: #B64A02;
}
</style>
border-color css
<style>
span { border-color: #B64A02; }
span { border-color: rgb(182,74,2); }
td.TdClassName
{
border-color: #B64A02;
}
.TagClassName
{
border-color: #B64A02;
}
</style>