Shades of Rust #B64E0A
Tints of Rust #B64E0A
RGB
CMYK
RGB Variations
Color information
#B64E0A (or 0xB64E0A) is known color: Rust. HEX triplet: B6, 4E and 0A. RGB value is (182,78,10). Sum of RGB (Red+Green+Blue) = 182+78+10=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E0A is #49B1F5. Grayscale: #656565. Windows color (decimal): -4829686 or 675510. OLE color: 675510.
HSL color Cylindrical-coordinate representation of color #B64E0A: hue angle of 23.72º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B64E0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.29 |
| HSL | 23.72º | 0.9% | 0.38% | - |
| HSV(B) | 23.72º | 0.95% | 0.71% | - |
| XYZ | 22.07 | 15.42 | 2.1 | - |
| YUV | 101.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 10 | 0 | 0.57 | 0.95 | 0.29 | 23.72 | 0.9 | 0.38 |
| Hex | B6 | 4E | A | 0 | 39 | 5F | 1D | 18 | 5A | 26 |
| Octal | 266 | 116 | 12 | 0 | 71 | 137 | 35 | 30 | 132 | 46 |
| Binary | 10110110 | 1001110 | 1010 | 0 | 111001 | 1011111 | 11101 | 11000 | 1011010 | 100110 |
Color Harmonies of #B64E0A
Complementary color
Monochromatic Colors of #B64E0A
Black with #B64E0A
Text Example
Text Example
White with #B64E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E0A; }
p { color: rgb(182,78,10); }
H1.HeaderClassName
{
color: #B64E0A;
}
.AnyTagClassName
{
color: #B64E0A;
}
</style>
background-color css
<style>
a { background-color: #B64E0A; }
a { background-color: rgb(182,78,10); }
div.DivClassName
{
background-color: #B64E0A;
}
.BgClassName
{
background-color: #B64E0A;
}
</style>
border-color css
<style>
span { border-color: #B64E0A; }
span { border-color: rgb(182,78,10); }
td.TdClassName
{
border-color: #B64E0A;
}
.TagClassName
{
border-color: #B64E0A;
}
</style>