Shades of Red Oxide #64100C
Tints of Red Oxide #64100C
RGB
CMYK
RGB Variations
Color information
#64100C (or 0x64100C) is known color: Red Oxide. HEX triplet: 64, 10 and 0C. RGB value is (100,16,12). Sum of RGB (Red+Green+Blue) = 100+16+12=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #64100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64100C is #9BEFF3. Grayscale: #282828. Windows color (decimal): -10219508 or 790628. OLE color: 790628.
HSL color Cylindrical-coordinate representation of color #64100C: hue angle of 2.73º 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 #64100C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 12 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.61 |
| HSL | 2.73º | 0.79% | 0.22% | - |
| HSV(B) | 2.73º | 0.88% | 0.39% | - |
| XYZ | 5.51 | 3.11 | 0.66 | - |
| YUV | 40.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 12 | 0 | 0.84 | 0.88 | 0.61 | 2.73 | 0.79 | 0.22 |
| Hex | 64 | 10 | C | 0 | 54 | 58 | 3D | 3 | 4F | 16 |
| Octal | 144 | 20 | 14 | 0 | 124 | 130 | 75 | 3 | 117 | 26 |
| Binary | 1100100 | 10000 | 1100 | 0 | 1010100 | 1011000 | 111101 | 11 | 1001111 | 10110 |
Color Harmonies of #64100C
Complementary color
Monochromatic Colors of #64100C
Black with #64100C
Text Example
Text Example
White with #64100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64100C; }
p { color: rgb(100,16,12); }
H1.HeaderClassName
{
color: #64100C;
}
.AnyTagClassName
{
color: #64100C;
}
</style>
background-color css
<style>
a { background-color: #64100C; }
a { background-color: rgb(100,16,12); }
div.DivClassName
{
background-color: #64100C;
}
.BgClassName
{
background-color: #64100C;
}
</style>
border-color css
<style>
span { border-color: #64100C; }
span { border-color: rgb(100,16,12); }
td.TdClassName
{
border-color: #64100C;
}
.TagClassName
{
border-color: #64100C;
}
</style>