Shades of Red Oxide #600A0A
Tints of Red Oxide #600A0A
RGB
CMYK
RGB Variations
Color information
#600A0A (or 0x600A0A) is known color: Red Oxide. HEX triplet: 60, 0A and 0A. RGB value is (96,10,10). Sum of RGB (Red+Green+Blue) = 96+10+10=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A0A is #9FF5F5. Grayscale: #232323. Windows color (decimal): -10483190 or 658016. OLE color: 658016.
HSL color Cylindrical-coordinate representation of color #600A0A: hue angle of 0º 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 #600A0A is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 10 | 10 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.62 |
| HSL | 0º | 0.81% | 0.21% | - |
| HSV(B) | 0º | 0.9% | 0.38% | - |
| XYZ | 4.99 | 2.73 | 0.55 | - |
| YUV | 35.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 10 | 0 | 0.90 | 0.90 | 0.62 | 0 | 0.81 | 0.21 |
| Hex | 60 | A | A | 0 | 5A | 5A | 3E | 0 | 51 | 15 |
| Octal | 140 | 12 | 12 | 0 | 132 | 132 | 76 | 0 | 121 | 25 |
| Binary | 1100000 | 1010 | 1010 | 0 | 1011010 | 1011010 | 111110 | 0 | 1010001 | 10101 |
Color Harmonies of #600A0A
Complementary color
Monochromatic Colors of #600A0A
Black with #600A0A
Text Example
Text Example
White with #600A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A0A; }
p { color: rgb(96,10,10); }
H1.HeaderClassName
{
color: #600A0A;
}
.AnyTagClassName
{
color: #600A0A;
}
</style>
background-color css
<style>
a { background-color: #600A0A; }
a { background-color: rgb(96,10,10); }
div.DivClassName
{
background-color: #600A0A;
}
.BgClassName
{
background-color: #600A0A;
}
</style>
border-color css
<style>
span { border-color: #600A0A; }
span { border-color: rgb(96,10,10); }
td.TdClassName
{
border-color: #600A0A;
}
.TagClassName
{
border-color: #600A0A;
}
</style>