Shades of Red Oxide #610C0C
Tints of Red Oxide #610C0C
RGB
CMYK
RGB Variations
Color information
#610C0C (or 0x610C0C) is known color: Red Oxide. HEX triplet: 61, 0C and 0C. RGB value is (97,12,12). Sum of RGB (Red+Green+Blue) = 97+12+12=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C0C is #9EF3F3. Grayscale: #252525. Windows color (decimal): -10417140 or 789601. OLE color: 789601.
HSL color Cylindrical-coordinate representation of color #610C0C: hue angle of 0º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C0C is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 12 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.62 |
| HSL | 0º | 0.78% | 0.21% | - |
| HSV(B) | 0º | 0.88% | 0.38% | - |
| XYZ | 5.13 | 2.83 | 0.62 | - |
| YUV | 37.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 12 | 0 | 0.88 | 0.88 | 0.62 | 0 | 0.78 | 0.21 |
| Hex | 61 | C | C | 0 | 58 | 58 | 3E | 0 | 4E | 15 |
| Octal | 141 | 14 | 14 | 0 | 130 | 130 | 76 | 0 | 116 | 25 |
| Binary | 1100001 | 1100 | 1100 | 0 | 1011000 | 1011000 | 111110 | 0 | 1001110 | 10101 |
Color Harmonies of #610C0C
Complementary color
Monochromatic Colors of #610C0C
Black with #610C0C
Text Example
Text Example
White with #610C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C0C; }
p { color: rgb(97,12,12); }
H1.HeaderClassName
{
color: #610C0C;
}
.AnyTagClassName
{
color: #610C0C;
}
</style>
background-color css
<style>
a { background-color: #610C0C; }
a { background-color: rgb(97,12,12); }
div.DivClassName
{
background-color: #610C0C;
}
.BgClassName
{
background-color: #610C0C;
}
</style>
border-color css
<style>
span { border-color: #610C0C; }
span { border-color: rgb(97,12,12); }
td.TdClassName
{
border-color: #610C0C;
}
.TagClassName
{
border-color: #610C0C;
}
</style>