Shades of Rust #B64709
Tints of Rust #B64709
RGB
CMYK
RGB Variations
Color information
#B64709 (or 0xB64709) is known color: Rust. HEX triplet: B6, 47 and 09. RGB value is (182,71,9). Sum of RGB (Red+Green+Blue) = 182+71+9=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B64709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64709 is #49B8F6. Grayscale: #616161. Windows color (decimal): -4831479 or 608182. OLE color: 608182.
HSL color Cylindrical-coordinate representation of color #B64709: hue angle of 21.5º 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 #B64709 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.29 |
| HSL | 21.5º | 0.91% | 0.37% | - |
| HSV(B) | 21.5º | 0.95% | 0.71% | - |
| XYZ | 21.59 | 14.47 | 1.91 | - |
| YUV | 97.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 9 | 0 | 0.61 | 0.95 | 0.29 | 21.5 | 0.91 | 0.37 |
| Hex | B6 | 47 | 9 | 0 | 3D | 5F | 1D | 16 | 5B | 25 |
| Octal | 266 | 107 | 11 | 0 | 75 | 137 | 35 | 26 | 133 | 45 |
| Binary | 10110110 | 1000111 | 1001 | 0 | 111101 | 1011111 | 11101 | 10110 | 1011011 | 100101 |
Color Harmonies of #B64709
Complementary color
Monochromatic Colors of #B64709
Black with #B64709
Text Example
Text Example
White with #B64709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64709; }
p { color: rgb(182,71,9); }
H1.HeaderClassName
{
color: #B64709;
}
.AnyTagClassName
{
color: #B64709;
}
</style>
background-color css
<style>
a { background-color: #B64709; }
a { background-color: rgb(182,71,9); }
div.DivClassName
{
background-color: #B64709;
}
.BgClassName
{
background-color: #B64709;
}
</style>
border-color css
<style>
span { border-color: #B64709; }
span { border-color: rgb(182,71,9); }
td.TdClassName
{
border-color: #B64709;
}
.TagClassName
{
border-color: #B64709;
}
</style>