Shades of Red Oxide #64170C
Tints of Red Oxide #64170C
RGB
CMYK
RGB Variations
Color information
#64170C (or 0x64170C) is known color: Red Oxide. HEX triplet: 64, 17 and 0C. RGB value is (100,23,12). Sum of RGB (Red+Green+Blue) = 100+23+12=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64170C is #9BE8F3. Grayscale: #2C2C2C. Windows color (decimal): -10217716 or 792420. OLE color: 792420.
HSL color Cylindrical-coordinate representation of color #64170C: hue angle of 7.5º 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 #64170C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 12 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.61 |
| HSL | 7.5º | 0.79% | 0.22% | - |
| HSV(B) | 7.5º | 0.88% | 0.39% | - |
| XYZ | 5.63 | 3.35 | 0.7 | - |
| YUV | 44.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 12 | 0 | 0.77 | 0.88 | 0.61 | 7.5 | 0.79 | 0.22 |
| Hex | 64 | 17 | C | 0 | 4D | 58 | 3D | 8 | 4F | 16 |
| Octal | 144 | 27 | 14 | 0 | 115 | 130 | 75 | 10 | 117 | 26 |
| Binary | 1100100 | 10111 | 1100 | 0 | 1001101 | 1011000 | 111101 | 1000 | 1001111 | 10110 |
Color Harmonies of #64170C
Complementary color
Monochromatic Colors of #64170C
Black with #64170C
Text Example
Text Example
White with #64170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64170C; }
p { color: rgb(100,23,12); }
H1.HeaderClassName
{
color: #64170C;
}
.AnyTagClassName
{
color: #64170C;
}
</style>
background-color css
<style>
a { background-color: #64170C; }
a { background-color: rgb(100,23,12); }
div.DivClassName
{
background-color: #64170C;
}
.BgClassName
{
background-color: #64170C;
}
</style>
border-color css
<style>
span { border-color: #64170C; }
span { border-color: rgb(100,23,12); }
td.TdClassName
{
border-color: #64170C;
}
.TagClassName
{
border-color: #64170C;
}
</style>