Shades of Red Oxide #600C0A
Tints of Red Oxide #600C0A
RGB
CMYK
RGB Variations
Color information
#600C0A (or 0x600C0A) is known color: Red Oxide. HEX triplet: 60, 0C and 0A. RGB value is (96,12,10). Sum of RGB (Red+Green+Blue) = 96+12+10=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #600C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C0A is #9FF3F5. Grayscale: #242424. Windows color (decimal): -10482678 or 658528. OLE color: 658528.
HSL color Cylindrical-coordinate representation of color #600C0A: hue angle of 1.4º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600C0A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 12 | 10 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.62 |
| HSL | 1.4º | 0.81% | 0.21% | - |
| HSV(B) | 1.4º | 0.9% | 0.38% | - |
| XYZ | 5.01 | 2.77 | 0.56 | - |
| YUV | 36.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 10 | 0 | 0.88 | 0.90 | 0.62 | 1.4 | 0.81 | 0.21 |
| Hex | 60 | C | A | 0 | 58 | 5A | 3E | 1 | 51 | 15 |
| Octal | 140 | 14 | 12 | 0 | 130 | 132 | 76 | 1 | 121 | 25 |
| Binary | 1100000 | 1100 | 1010 | 0 | 1011000 | 1011010 | 111110 | 1 | 1010001 | 10101 |
Color Harmonies of #600C0A
Complementary color
Monochromatic Colors of #600C0A
Black with #600C0A
Text Example
Text Example
White with #600C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C0A; }
p { color: rgb(96,12,10); }
H1.HeaderClassName
{
color: #600C0A;
}
.AnyTagClassName
{
color: #600C0A;
}
</style>
background-color css
<style>
a { background-color: #600C0A; }
a { background-color: rgb(96,12,10); }
div.DivClassName
{
background-color: #600C0A;
}
.BgClassName
{
background-color: #600C0A;
}
</style>
border-color css
<style>
span { border-color: #600C0A; }
span { border-color: rgb(96,12,10); }
td.TdClassName
{
border-color: #600C0A;
}
.TagClassName
{
border-color: #600C0A;
}
</style>