Shades of Red Oxide #64160F
Tints of Red Oxide #64160F
RGB
CMYK
RGB Variations
Color information
#64160F (or 0x64160F) is known color: Red Oxide. HEX triplet: 64, 16 and 0F. RGB value is (100,22,15). Sum of RGB (Red+Green+Blue) = 100+22+15=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #64160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64160F is #9BE9F0. Grayscale: #2C2C2C. Windows color (decimal): -10217969 or 988772. OLE color: 988772.
HSL color Cylindrical-coordinate representation of color #64160F: hue angle of 4.94º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64160F is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 15 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.61 |
| HSL | 4.94º | 0.74% | 0.23% | - |
| HSV(B) | 4.94º | 0.85% | 0.39% | - |
| XYZ | 5.63 | 3.32 | 0.8 | - |
| YUV | 44.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 15 | 0 | 0.78 | 0.85 | 0.61 | 4.94 | 0.74 | 0.23 |
| Hex | 64 | 16 | F | 0 | 4E | 55 | 3D | 5 | 4A | 17 |
| Octal | 144 | 26 | 17 | 0 | 116 | 125 | 75 | 5 | 112 | 27 |
| Binary | 1100100 | 10110 | 1111 | 0 | 1001110 | 1010101 | 111101 | 101 | 1001010 | 10111 |
Color Harmonies of #64160F
Complementary color
Monochromatic Colors of #64160F
Black with #64160F
Text Example
Text Example
White with #64160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64160F; }
p { color: rgb(100,22,15); }
H1.HeaderClassName
{
color: #64160F;
}
.AnyTagClassName
{
color: #64160F;
}
</style>
background-color css
<style>
a { background-color: #64160F; }
a { background-color: rgb(100,22,15); }
div.DivClassName
{
background-color: #64160F;
}
.BgClassName
{
background-color: #64160F;
}
</style>
border-color css
<style>
span { border-color: #64160F; }
span { border-color: rgb(100,22,15); }
td.TdClassName
{
border-color: #64160F;
}
.TagClassName
{
border-color: #64160F;
}
</style>