Shades of Red Oxide #650C0A
Tints of Red Oxide #650C0A
RGB
CMYK
RGB Variations
Color information
#650C0A (or 0x650C0A) is known color: Red Oxide. HEX triplet: 65, 0C and 0A. RGB value is (101,12,10). Sum of RGB (Red+Green+Blue) = 101+12+10=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C0A is #9AF3F5. Grayscale: #262626. Windows color (decimal): -10154998 or 658533. OLE color: 658533.
HSL color Cylindrical-coordinate representation of color #650C0A: hue angle of 1.32º 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 #650C0A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 10 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.60 |
| HSL | 1.32º | 0.82% | 0.22% | - |
| HSV(B) | 1.32º | 0.9% | 0.4% | - |
| XYZ | 5.55 | 3.05 | 0.58 | - |
| YUV | 38.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 10 | 0 | 0.88 | 0.90 | 0.60 | 1.32 | 0.82 | 0.22 |
| Hex | 65 | C | A | 0 | 58 | 5A | 3C | 1 | 52 | 16 |
| Octal | 145 | 14 | 12 | 0 | 130 | 132 | 74 | 1 | 122 | 26 |
| Binary | 1100101 | 1100 | 1010 | 0 | 1011000 | 1011010 | 111100 | 1 | 1010010 | 10110 |
Color Harmonies of #650C0A
Complementary color
Monochromatic Colors of #650C0A
Black with #650C0A
Text Example
Text Example
White with #650C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C0A; }
p { color: rgb(101,12,10); }
H1.HeaderClassName
{
color: #650C0A;
}
.AnyTagClassName
{
color: #650C0A;
}
</style>
background-color css
<style>
a { background-color: #650C0A; }
a { background-color: rgb(101,12,10); }
div.DivClassName
{
background-color: #650C0A;
}
.BgClassName
{
background-color: #650C0A;
}
</style>
border-color css
<style>
span { border-color: #650C0A; }
span { border-color: rgb(101,12,10); }
td.TdClassName
{
border-color: #650C0A;
}
.TagClassName
{
border-color: #650C0A;
}
</style>