Shades of Red Oxide #64100D
Tints of Red Oxide #64100D
RGB
CMYK
RGB Variations
Color information
#64100D (or 0x64100D) is known color: Red Oxide. HEX triplet: 64, 10 and 0D. RGB value is (100,16,13). Sum of RGB (Red+Green+Blue) = 100+16+13=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #64100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64100D is #9BEFF2. Grayscale: #282828. Windows color (decimal): -10219507 or 856164. OLE color: 856164.
HSL color Cylindrical-coordinate representation of color #64100D: hue angle of 2.07º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64100D is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 13 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.61 |
| HSL | 2.07º | 0.77% | 0.22% | - |
| HSV(B) | 2.07º | 0.87% | 0.39% | - |
| XYZ | 5.51 | 3.11 | 0.69 | - |
| YUV | 40.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 13 | 0 | 0.84 | 0.87 | 0.61 | 2.07 | 0.77 | 0.22 |
| Hex | 64 | 10 | D | 0 | 54 | 57 | 3D | 2 | 4D | 16 |
| Octal | 144 | 20 | 15 | 0 | 124 | 127 | 75 | 2 | 115 | 26 |
| Binary | 1100100 | 10000 | 1101 | 0 | 1010100 | 1010111 | 111101 | 10 | 1001101 | 10110 |
Color Harmonies of #64100D
Complementary color
Monochromatic Colors of #64100D
Black with #64100D
Text Example
Text Example
White with #64100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64100D; }
p { color: rgb(100,16,13); }
H1.HeaderClassName
{
color: #64100D;
}
.AnyTagClassName
{
color: #64100D;
}
</style>
background-color css
<style>
a { background-color: #64100D; }
a { background-color: rgb(100,16,13); }
div.DivClassName
{
background-color: #64100D;
}
.BgClassName
{
background-color: #64100D;
}
</style>
border-color css
<style>
span { border-color: #64100D; }
span { border-color: rgb(100,16,13); }
td.TdClassName
{
border-color: #64100D;
}
.TagClassName
{
border-color: #64100D;
}
</style>