Shades of Red Oxide #650E0A
Tints of Red Oxide #650E0A
RGB
CMYK
RGB Variations
Color information
#650E0A (or 0x650E0A) is known color: Red Oxide. HEX triplet: 65, 0E and 0A. RGB value is (101,14,10). Sum of RGB (Red+Green+Blue) = 101+14+10=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #650E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E0A is #9AF1F5. Grayscale: #272727. Windows color (decimal): -10154486 or 659045. OLE color: 659045.
HSL color Cylindrical-coordinate representation of color #650E0A: hue angle of 2.64º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650E0A is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 10 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.60 |
| HSL | 2.64º | 0.82% | 0.22% | - |
| HSV(B) | 2.64º | 0.9% | 0.4% | - |
| XYZ | 5.58 | 3.1 | 0.59 | - |
| YUV | 39.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 10 | 0 | 0.86 | 0.90 | 0.60 | 2.64 | 0.82 | 0.22 |
| Hex | 65 | E | A | 0 | 56 | 5A | 3C | 3 | 52 | 16 |
| Octal | 145 | 16 | 12 | 0 | 126 | 132 | 74 | 3 | 122 | 26 |
| Binary | 1100101 | 1110 | 1010 | 0 | 1010110 | 1011010 | 111100 | 11 | 1010010 | 10110 |
Color Harmonies of #650E0A
Complementary color
Monochromatic Colors of #650E0A
Black with #650E0A
Text Example
Text Example
White with #650E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E0A; }
p { color: rgb(101,14,10); }
H1.HeaderClassName
{
color: #650E0A;
}
.AnyTagClassName
{
color: #650E0A;
}
</style>
background-color css
<style>
a { background-color: #650E0A; }
a { background-color: rgb(101,14,10); }
div.DivClassName
{
background-color: #650E0A;
}
.BgClassName
{
background-color: #650E0A;
}
</style>
border-color css
<style>
span { border-color: #650E0A; }
span { border-color: rgb(101,14,10); }
td.TdClassName
{
border-color: #650E0A;
}
.TagClassName
{
border-color: #650E0A;
}
</style>