Shades of Red Oxide #64100B
Tints of Red Oxide #64100B
RGB
CMYK
RGB Variations
Color information
#64100B (or 0x64100B) is known color: Red Oxide. HEX triplet: 64, 10 and 0B. RGB value is (100,16,11). Sum of RGB (Red+Green+Blue) = 100+16+11=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #64100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64100B is #9BEFF4. Grayscale: #282828. Windows color (decimal): -10219509 or 725092. OLE color: 725092.
HSL color Cylindrical-coordinate representation of color #64100B: hue angle of 3.37º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64100B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 11 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.61 |
| HSL | 3.37º | 0.8% | 0.22% | - |
| HSV(B) | 3.37º | 0.89% | 0.39% | - |
| XYZ | 5.5 | 3.1 | 0.63 | - |
| YUV | 40.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 11 | 0 | 0.84 | 0.89 | 0.61 | 3.37 | 0.8 | 0.22 |
| Hex | 64 | 10 | B | 0 | 54 | 59 | 3D | 3 | 50 | 16 |
| Octal | 144 | 20 | 13 | 0 | 124 | 131 | 75 | 3 | 120 | 26 |
| Binary | 1100100 | 10000 | 1011 | 0 | 1010100 | 1011001 | 111101 | 11 | 1010000 | 10110 |
Color Harmonies of #64100B
Complementary color
Monochromatic Colors of #64100B
Black with #64100B
Text Example
Text Example
White with #64100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64100B; }
p { color: rgb(100,16,11); }
H1.HeaderClassName
{
color: #64100B;
}
.AnyTagClassName
{
color: #64100B;
}
</style>
background-color css
<style>
a { background-color: #64100B; }
a { background-color: rgb(100,16,11); }
div.DivClassName
{
background-color: #64100B;
}
.BgClassName
{
background-color: #64100B;
}
</style>
border-color css
<style>
span { border-color: #64100B; }
span { border-color: rgb(100,16,11); }
td.TdClassName
{
border-color: #64100B;
}
.TagClassName
{
border-color: #64100B;
}
</style>