Shades of Red Oxide #64130C
Tints of Red Oxide #64130C
RGB
CMYK
RGB Variations
Color information
#64130C (or 0x64130C) is known color: Red Oxide. HEX triplet: 64, 13 and 0C. RGB value is (100,19,12). Sum of RGB (Red+Green+Blue) = 100+19+12=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64130C is #9BECF3. Grayscale: #2A2A2A. Windows color (decimal): -10218740 or 791396. OLE color: 791396.
HSL color Cylindrical-coordinate representation of color #64130C: hue angle of 4.77º 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 #64130C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 12 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.61 |
| HSL | 4.77º | 0.79% | 0.22% | - |
| HSV(B) | 4.77º | 0.88% | 0.39% | - |
| XYZ | 5.55 | 3.2 | 0.67 | - |
| YUV | 42.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 12 | 0 | 0.81 | 0.88 | 0.61 | 4.77 | 0.79 | 0.22 |
| Hex | 64 | 13 | C | 0 | 51 | 58 | 3D | 5 | 4F | 16 |
| Octal | 144 | 23 | 14 | 0 | 121 | 130 | 75 | 5 | 117 | 26 |
| Binary | 1100100 | 10011 | 1100 | 0 | 1010001 | 1011000 | 111101 | 101 | 1001111 | 10110 |
Color Harmonies of #64130C
Complementary color
Monochromatic Colors of #64130C
Black with #64130C
Text Example
Text Example
White with #64130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64130C; }
p { color: rgb(100,19,12); }
H1.HeaderClassName
{
color: #64130C;
}
.AnyTagClassName
{
color: #64130C;
}
</style>
background-color css
<style>
a { background-color: #64130C; }
a { background-color: rgb(100,19,12); }
div.DivClassName
{
background-color: #64130C;
}
.BgClassName
{
background-color: #64130C;
}
</style>
border-color css
<style>
span { border-color: #64130C; }
span { border-color: rgb(100,19,12); }
td.TdClassName
{
border-color: #64130C;
}
.TagClassName
{
border-color: #64130C;
}
</style>