Shades of Red Oxide #64130A
Tints of Red Oxide #64130A
RGB
CMYK
RGB Variations
Color information
#64130A (or 0x64130A) is known color: Red Oxide. HEX triplet: 64, 13 and 0A. RGB value is (100,19,10). Sum of RGB (Red+Green+Blue) = 100+19+10=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #64130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64130A is #9BECF5. Grayscale: #2A2A2A. Windows color (decimal): -10218742 or 660324. OLE color: 660324.
HSL color Cylindrical-coordinate representation of color #64130A: hue angle of 6º 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 #64130A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 10 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.61 |
| HSL | 6º | 0.82% | 0.22% | - |
| HSV(B) | 6º | 0.9% | 0.39% | - |
| XYZ | 5.54 | 3.2 | 0.61 | - |
| YUV | 42.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 10 | 0 | 0.81 | 0.90 | 0.61 | 6 | 0.82 | 0.22 |
| Hex | 64 | 13 | A | 0 | 51 | 5A | 3D | 6 | 52 | 16 |
| Octal | 144 | 23 | 12 | 0 | 121 | 132 | 75 | 6 | 122 | 26 |
| Binary | 1100100 | 10011 | 1010 | 0 | 1010001 | 1011010 | 111101 | 110 | 1010010 | 10110 |
Color Harmonies of #64130A
Complementary color
Monochromatic Colors of #64130A
Black with #64130A
Text Example
Text Example
White with #64130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64130A; }
p { color: rgb(100,19,10); }
H1.HeaderClassName
{
color: #64130A;
}
.AnyTagClassName
{
color: #64130A;
}
</style>
background-color css
<style>
a { background-color: #64130A; }
a { background-color: rgb(100,19,10); }
div.DivClassName
{
background-color: #64130A;
}
.BgClassName
{
background-color: #64130A;
}
</style>
border-color css
<style>
span { border-color: #64130A; }
span { border-color: rgb(100,19,10); }
td.TdClassName
{
border-color: #64130A;
}
.TagClassName
{
border-color: #64130A;
}
</style>