Shades of Rust #B64009
Tints of Rust #B64009
RGB
CMYK
RGB Variations
Color information
#B64009 (or 0xB64009) is known color: Rust. HEX triplet: B6, 40 and 09. RGB value is (182,64,9). Sum of RGB (Red+Green+Blue) = 182+64+9=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B64009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64009 is #49BFF6. Grayscale: #5D5D5D. Windows color (decimal): -4833271 or 606390. OLE color: 606390.
HSL color Cylindrical-coordinate representation of color #B64009: hue angle of 19.08º 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 #B64009 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.29 |
| HSL | 19.08º | 0.91% | 0.37% | - |
| HSV(B) | 19.08º | 0.95% | 0.71% | - |
| XYZ | 21.17 | 13.63 | 1.77 | - |
| YUV | 93.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 9 | 0 | 0.65 | 0.95 | 0.29 | 19.08 | 0.91 | 0.37 |
| Hex | B6 | 40 | 9 | 0 | 41 | 5F | 1D | 13 | 5B | 25 |
| Octal | 266 | 100 | 11 | 0 | 101 | 137 | 35 | 23 | 133 | 45 |
| Binary | 10110110 | 1000000 | 1001 | 0 | 1000001 | 1011111 | 11101 | 10011 | 1011011 | 100101 |
Color Harmonies of #B64009
Complementary color
Monochromatic Colors of #B64009
Black with #B64009
Text Example
Text Example
White with #B64009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64009; }
p { color: rgb(182,64,9); }
H1.HeaderClassName
{
color: #B64009;
}
.AnyTagClassName
{
color: #B64009;
}
</style>
background-color css
<style>
a { background-color: #B64009; }
a { background-color: rgb(182,64,9); }
div.DivClassName
{
background-color: #B64009;
}
.BgClassName
{
background-color: #B64009;
}
</style>
border-color css
<style>
span { border-color: #B64009; }
span { border-color: rgb(182,64,9); }
td.TdClassName
{
border-color: #B64009;
}
.TagClassName
{
border-color: #B64009;
}
</style>