Shades of Red Oxide #64160C
Tints of Red Oxide #64160C
RGB
CMYK
RGB Variations
Color information
#64160C (or 0x64160C) is known color: Red Oxide. HEX triplet: 64, 16 and 0C. RGB value is (100,22,12). Sum of RGB (Red+Green+Blue) = 100+22+12=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #64160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64160C is #9BE9F3. Grayscale: #2C2C2C. Windows color (decimal): -10217972 or 792164. OLE color: 792164.
HSL color Cylindrical-coordinate representation of color #64160C: hue angle of 6.82º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64160C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 12 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.61 |
| HSL | 6.82º | 0.79% | 0.22% | - |
| HSV(B) | 6.82º | 0.88% | 0.39% | - |
| XYZ | 5.61 | 3.31 | 0.69 | - |
| YUV | 44.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 12 | 0 | 0.78 | 0.88 | 0.61 | 6.82 | 0.79 | 0.22 |
| Hex | 64 | 16 | C | 0 | 4E | 58 | 3D | 7 | 4F | 16 |
| Octal | 144 | 26 | 14 | 0 | 116 | 130 | 75 | 7 | 117 | 26 |
| Binary | 1100100 | 10110 | 1100 | 0 | 1001110 | 1011000 | 111101 | 111 | 1001111 | 10110 |
Color Harmonies of #64160C
Complementary color
Monochromatic Colors of #64160C
Black with #64160C
Text Example
Text Example
White with #64160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64160C; }
p { color: rgb(100,22,12); }
H1.HeaderClassName
{
color: #64160C;
}
.AnyTagClassName
{
color: #64160C;
}
</style>
background-color css
<style>
a { background-color: #64160C; }
a { background-color: rgb(100,22,12); }
div.DivClassName
{
background-color: #64160C;
}
.BgClassName
{
background-color: #64160C;
}
</style>
border-color css
<style>
span { border-color: #64160C; }
span { border-color: rgb(100,22,12); }
td.TdClassName
{
border-color: #64160C;
}
.TagClassName
{
border-color: #64160C;
}
</style>