Shades of Rust #B64209
Tints of Rust #B64209
RGB
CMYK
RGB Variations
Color information
#B64209 (or 0xB64209) is known color: Rust. HEX triplet: B6, 42 and 09. RGB value is (182,66,9). Sum of RGB (Red+Green+Blue) = 182+66+9=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B64209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64209 is #49BDF6. Grayscale: #5E5E5E. Windows color (decimal): -4832759 or 606902. OLE color: 606902.
HSL color Cylindrical-coordinate representation of color #B64209: hue angle of 19.77º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B64209 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.29 |
| HSL | 19.77º | 0.91% | 0.37% | - |
| HSV(B) | 19.77º | 0.95% | 0.71% | - |
| XYZ | 21.29 | 13.86 | 1.81 | - |
| YUV | 94.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 9 | 0 | 0.64 | 0.95 | 0.29 | 19.77 | 0.91 | 0.37 |
| Hex | B6 | 42 | 9 | 0 | 40 | 5F | 1D | 14 | 5B | 25 |
| Octal | 266 | 102 | 11 | 0 | 100 | 137 | 35 | 24 | 133 | 45 |
| Binary | 10110110 | 1000010 | 1001 | 0 | 1000000 | 1011111 | 11101 | 10100 | 1011011 | 100101 |
Color Harmonies of #B64209
Complementary color
Monochromatic Colors of #B64209
Black with #B64209
Text Example
Text Example
White with #B64209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64209; }
p { color: rgb(182,66,9); }
H1.HeaderClassName
{
color: #B64209;
}
.AnyTagClassName
{
color: #B64209;
}
</style>
background-color css
<style>
a { background-color: #B64209; }
a { background-color: rgb(182,66,9); }
div.DivClassName
{
background-color: #B64209;
}
.BgClassName
{
background-color: #B64209;
}
</style>
border-color css
<style>
span { border-color: #B64209; }
span { border-color: rgb(182,66,9); }
td.TdClassName
{
border-color: #B64209;
}
.TagClassName
{
border-color: #B64209;
}
</style>