Shades of Red Oxide #650C09
Tints of Red Oxide #650C09
RGB
CMYK
RGB Variations
Color information
#650C09 (or 0x650C09) is known color: Red Oxide. HEX triplet: 65, 0C and 09. RGB value is (101,12,9). Sum of RGB (Red+Green+Blue) = 101+12+9=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #650C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C09 is #9AF3F6. Grayscale: #262626. Windows color (decimal): -10154999 or 592997. OLE color: 592997.
HSL color Cylindrical-coordinate representation of color #650C09: hue angle of 1.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650C09 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 9 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.60 |
| HSL | 1.96º | 0.84% | 0.22% | - |
| HSV(B) | 1.96º | 0.91% | 0.4% | - |
| XYZ | 5.55 | 3.05 | 0.55 | - |
| YUV | 38.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 9 | 0 | 0.88 | 0.91 | 0.60 | 1.96 | 0.84 | 0.22 |
| Hex | 65 | C | 9 | 0 | 58 | 5B | 3C | 2 | 54 | 16 |
| Octal | 145 | 14 | 11 | 0 | 130 | 133 | 74 | 2 | 124 | 26 |
| Binary | 1100101 | 1100 | 1001 | 0 | 1011000 | 1011011 | 111100 | 10 | 1010100 | 10110 |
Color Harmonies of #650C09
Complementary color
Monochromatic Colors of #650C09
Black with #650C09
Text Example
Text Example
White with #650C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C09; }
p { color: rgb(101,12,9); }
H1.HeaderClassName
{
color: #650C09;
}
.AnyTagClassName
{
color: #650C09;
}
</style>
background-color css
<style>
a { background-color: #650C09; }
a { background-color: rgb(101,12,9); }
div.DivClassName
{
background-color: #650C09;
}
.BgClassName
{
background-color: #650C09;
}
</style>
border-color css
<style>
span { border-color: #650C09; }
span { border-color: rgb(101,12,9); }
td.TdClassName
{
border-color: #650C09;
}
.TagClassName
{
border-color: #650C09;
}
</style>