Shades of Red Oxide #64190A
Tints of Red Oxide #64190A
RGB
CMYK
RGB Variations
Color information
#64190A (or 0x64190A) is known color: Red Oxide. HEX triplet: 64, 19 and 0A. RGB value is (100,25,10). Sum of RGB (Red+Green+Blue) = 100+25+10=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64190A is #9BE6F5. Grayscale: #2D2D2D. Windows color (decimal): -10217206 or 661860. OLE color: 661860.
HSL color Cylindrical-coordinate representation of color #64190A: hue angle of 10º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64190A is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 10 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.61 |
| HSL | 10º | 0.82% | 0.22% | - |
| HSV(B) | 10º | 0.9% | 0.39% | - |
| XYZ | 5.66 | 3.43 | 0.65 | - |
| YUV | 45.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 10 | 0 | 0.75 | 0.90 | 0.61 | 10 | 0.82 | 0.22 |
| Hex | 64 | 19 | A | 0 | 4B | 5A | 3D | A | 52 | 16 |
| Octal | 144 | 31 | 12 | 0 | 113 | 132 | 75 | 12 | 122 | 26 |
| Binary | 1100100 | 11001 | 1010 | 0 | 1001011 | 1011010 | 111101 | 1010 | 1010010 | 10110 |
Color Harmonies of #64190A
Complementary color
Monochromatic Colors of #64190A
Black with #64190A
Text Example
Text Example
White with #64190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64190A; }
p { color: rgb(100,25,10); }
H1.HeaderClassName
{
color: #64190A;
}
.AnyTagClassName
{
color: #64190A;
}
</style>
background-color css
<style>
a { background-color: #64190A; }
a { background-color: rgb(100,25,10); }
div.DivClassName
{
background-color: #64190A;
}
.BgClassName
{
background-color: #64190A;
}
</style>
border-color css
<style>
span { border-color: #64190A; }
span { border-color: rgb(100,25,10); }
td.TdClassName
{
border-color: #64190A;
}
.TagClassName
{
border-color: #64190A;
}
</style>