Shades of Rust #B64609
Tints of Rust #B64609
RGB
CMYK
RGB Variations
Color information
#B64609 (or 0xB64609) is known color: Rust. HEX triplet: B6, 46 and 09. RGB value is (182,70,9). Sum of RGB (Red+Green+Blue) = 182+70+9=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B64609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64609 is #49B9F6. Grayscale: #606060. Windows color (decimal): -4831735 or 607926. OLE color: 607926.
HSL color Cylindrical-coordinate representation of color #B64609: hue angle of 21.16º 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 #B64609 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.29 |
| HSL | 21.16º | 0.91% | 0.37% | - |
| HSV(B) | 21.16º | 0.95% | 0.71% | - |
| XYZ | 21.53 | 14.35 | 1.89 | - |
| YUV | 96.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 9 | 0 | 0.62 | 0.95 | 0.29 | 21.16 | 0.91 | 0.37 |
| Hex | B6 | 46 | 9 | 0 | 3E | 5F | 1D | 15 | 5B | 25 |
| Octal | 266 | 106 | 11 | 0 | 76 | 137 | 35 | 25 | 133 | 45 |
| Binary | 10110110 | 1000110 | 1001 | 0 | 111110 | 1011111 | 11101 | 10101 | 1011011 | 100101 |
Color Harmonies of #B64609
Complementary color
Monochromatic Colors of #B64609
Black with #B64609
Text Example
Text Example
White with #B64609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64609; }
p { color: rgb(182,70,9); }
H1.HeaderClassName
{
color: #B64609;
}
.AnyTagClassName
{
color: #B64609;
}
</style>
background-color css
<style>
a { background-color: #B64609; }
a { background-color: rgb(182,70,9); }
div.DivClassName
{
background-color: #B64609;
}
.BgClassName
{
background-color: #B64609;
}
</style>
border-color css
<style>
span { border-color: #B64609; }
span { border-color: rgb(182,70,9); }
td.TdClassName
{
border-color: #B64609;
}
.TagClassName
{
border-color: #B64609;
}
</style>