Shades of Red Oxide #650C08
Tints of Red Oxide #650C08
RGB
CMYK
RGB Variations
Color information
#650C08 (or 0x650C08) is known color: Red Oxide. HEX triplet: 65, 0C and 08. RGB value is (101,12,8). Sum of RGB (Red+Green+Blue) = 101+12+8=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #650C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C08 is #9AF3F7. Grayscale: #262626. Windows color (decimal): -10155000 or 527461. OLE color: 527461.
HSL color Cylindrical-coordinate representation of color #650C08: hue angle of 2.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650C08 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 8 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.60 |
| HSL | 2.58º | 0.85% | 0.21% | - |
| HSV(B) | 2.58º | 0.92% | 0.4% | - |
| XYZ | 5.54 | 3.05 | 0.53 | - |
| YUV | 38.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 8 | 0 | 0.88 | 0.92 | 0.60 | 2.58 | 0.85 | 0.21 |
| Hex | 65 | C | 8 | 0 | 58 | 5C | 3C | 3 | 55 | 15 |
| Octal | 145 | 14 | 10 | 0 | 130 | 134 | 74 | 3 | 125 | 25 |
| Binary | 1100101 | 1100 | 1000 | 0 | 1011000 | 1011100 | 111100 | 11 | 1010101 | 10101 |
Color Harmonies of #650C08
Complementary color
Monochromatic Colors of #650C08
Black with #650C08
Text Example
Text Example
White with #650C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C08; }
p { color: rgb(101,12,8); }
H1.HeaderClassName
{
color: #650C08;
}
.AnyTagClassName
{
color: #650C08;
}
</style>
background-color css
<style>
a { background-color: #650C08; }
a { background-color: rgb(101,12,8); }
div.DivClassName
{
background-color: #650C08;
}
.BgClassName
{
background-color: #650C08;
}
</style>
border-color css
<style>
span { border-color: #650C08; }
span { border-color: rgb(101,12,8); }
td.TdClassName
{
border-color: #650C08;
}
.TagClassName
{
border-color: #650C08;
}
</style>