Shades of Rust #B64902
Tints of Rust #B64902
RGB
CMYK
RGB Variations
Color information
#B64902 (or 0xB64902) is known color: Rust. HEX triplet: B6, 49 and 02. RGB value is (182,73,2). Sum of RGB (Red+Green+Blue) = 182+73+2=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B64902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64902 is #49B6FD. Grayscale: #616161. Windows color (decimal): -4830974 or 149942. OLE color: 149942.
HSL color Cylindrical-coordinate representation of color #B64902: hue angle of 23.67º 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 #B64902 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.29 |
| HSL | 23.67º | 0.98% | 0.36% | - |
| HSV(B) | 23.67º | 0.99% | 0.71% | - |
| XYZ | 21.68 | 14.71 | 1.75 | - |
| YUV | 97.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 2 | 0 | 0.60 | 0.99 | 0.29 | 23.67 | 0.98 | 0.36 |
| Hex | B6 | 49 | 2 | 0 | 3C | 63 | 1D | 18 | 62 | 24 |
| Octal | 266 | 111 | 2 | 0 | 74 | 143 | 35 | 30 | 142 | 44 |
| Binary | 10110110 | 1001001 | 10 | 0 | 111100 | 1100011 | 11101 | 11000 | 1100010 | 100100 |
Color Harmonies of #B64902
Complementary color
Monochromatic Colors of #B64902
Black with #B64902
Text Example
Text Example
White with #B64902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64902; }
p { color: rgb(182,73,2); }
H1.HeaderClassName
{
color: #B64902;
}
.AnyTagClassName
{
color: #B64902;
}
</style>
background-color css
<style>
a { background-color: #B64902; }
a { background-color: rgb(182,73,2); }
div.DivClassName
{
background-color: #B64902;
}
.BgClassName
{
background-color: #B64902;
}
</style>
border-color css
<style>
span { border-color: #B64902; }
span { border-color: rgb(182,73,2); }
td.TdClassName
{
border-color: #B64902;
}
.TagClassName
{
border-color: #B64902;
}
</style>