Shades of Rust #B64D09
Tints of Rust #B64D09
RGB
CMYK
RGB Variations
Color information
#B64D09 (or 0xB64D09) is known color: Rust. HEX triplet: B6, 4D and 09. RGB value is (182,77,9). Sum of RGB (Red+Green+Blue) = 182+77+9=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64D09 is #49B2F6. Grayscale: #656565. Windows color (decimal): -4829943 or 609718. OLE color: 609718.
HSL color Cylindrical-coordinate representation of color #B64D09: hue angle of 23.58º 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 #B64D09 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.29 |
| HSL | 23.58º | 0.91% | 0.37% | - |
| HSV(B) | 23.58º | 0.95% | 0.71% | - |
| XYZ | 21.99 | 15.27 | 2.05 | - |
| YUV | 100.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 9 | 0 | 0.58 | 0.95 | 0.29 | 23.58 | 0.91 | 0.37 |
| Hex | B6 | 4D | 9 | 0 | 3A | 5F | 1D | 18 | 5B | 25 |
| Octal | 266 | 115 | 11 | 0 | 72 | 137 | 35 | 30 | 133 | 45 |
| Binary | 10110110 | 1001101 | 1001 | 0 | 111010 | 1011111 | 11101 | 11000 | 1011011 | 100101 |
Color Harmonies of #B64D09
Complementary color
Monochromatic Colors of #B64D09
Black with #B64D09
Text Example
Text Example
White with #B64D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D09; }
p { color: rgb(182,77,9); }
H1.HeaderClassName
{
color: #B64D09;
}
.AnyTagClassName
{
color: #B64D09;
}
</style>
background-color css
<style>
a { background-color: #B64D09; }
a { background-color: rgb(182,77,9); }
div.DivClassName
{
background-color: #B64D09;
}
.BgClassName
{
background-color: #B64D09;
}
</style>
border-color css
<style>
span { border-color: #B64D09; }
span { border-color: rgb(182,77,9); }
td.TdClassName
{
border-color: #B64D09;
}
.TagClassName
{
border-color: #B64D09;
}
</style>