Shades of Red Oxide #64190C
Tints of Red Oxide #64190C
RGB
CMYK
RGB Variations
Color information
#64190C (or 0x64190C) is known color: Red Oxide. HEX triplet: 64, 19 and 0C. RGB value is (100,25,12). Sum of RGB (Red+Green+Blue) = 100+25+12=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #64190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64190C is #9BE6F3. Grayscale: #2E2E2E. Windows color (decimal): -10217204 or 792932. OLE color: 792932.
HSL color Cylindrical-coordinate representation of color #64190C: hue angle of 8.86º 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 #64190C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 12 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.61 |
| HSL | 8.86º | 0.79% | 0.22% | - |
| HSV(B) | 8.86º | 0.88% | 0.39% | - |
| XYZ | 5.67 | 3.43 | 0.71 | - |
| YUV | 45.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 12 | 0 | 0.75 | 0.88 | 0.61 | 8.86 | 0.79 | 0.22 |
| Hex | 64 | 19 | C | 0 | 4B | 58 | 3D | 9 | 4F | 16 |
| Octal | 144 | 31 | 14 | 0 | 113 | 130 | 75 | 11 | 117 | 26 |
| Binary | 1100100 | 11001 | 1100 | 0 | 1001011 | 1011000 | 111101 | 1001 | 1001111 | 10110 |
Color Harmonies of #64190C
Complementary color
Monochromatic Colors of #64190C
Black with #64190C
Text Example
Text Example
White with #64190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64190C; }
p { color: rgb(100,25,12); }
H1.HeaderClassName
{
color: #64190C;
}
.AnyTagClassName
{
color: #64190C;
}
</style>
background-color css
<style>
a { background-color: #64190C; }
a { background-color: rgb(100,25,12); }
div.DivClassName
{
background-color: #64190C;
}
.BgClassName
{
background-color: #64190C;
}
</style>
border-color css
<style>
span { border-color: #64190C; }
span { border-color: rgb(100,25,12); }
td.TdClassName
{
border-color: #64190C;
}
.TagClassName
{
border-color: #64190C;
}
</style>