Shades of Red Oxide #601A0A
Tints of Red Oxide #601A0A
RGB
CMYK
RGB Variations
Color information
#601A0A (or 0x601A0A) is known color: Red Oxide. HEX triplet: 60, 1A and 0A. RGB value is (96,26,10). Sum of RGB (Red+Green+Blue) = 96+26+10=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A0A is #9FE5F5. Grayscale: #2D2D2D. Windows color (decimal): -10479094 or 662112. OLE color: 662112.
HSL color Cylindrical-coordinate representation of color #601A0A: hue angle of 11.16º 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 #601A0A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 10 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.62 |
| HSL | 11.16º | 0.81% | 0.21% | - |
| HSV(B) | 11.16º | 0.9% | 0.38% | - |
| XYZ | 5.25 | 3.25 | 0.64 | - |
| YUV | 45.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 10 | 0 | 0.73 | 0.90 | 0.62 | 11.16 | 0.81 | 0.21 |
| Hex | 60 | 1A | A | 0 | 49 | 5A | 3E | B | 51 | 15 |
| Octal | 140 | 32 | 12 | 0 | 111 | 132 | 76 | 13 | 121 | 25 |
| Binary | 1100000 | 11010 | 1010 | 0 | 1001001 | 1011010 | 111110 | 1011 | 1010001 | 10101 |
Color Harmonies of #601A0A
Complementary color
Monochromatic Colors of #601A0A
Black with #601A0A
Text Example
Text Example
White with #601A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A0A; }
p { color: rgb(96,26,10); }
H1.HeaderClassName
{
color: #601A0A;
}
.AnyTagClassName
{
color: #601A0A;
}
</style>
background-color css
<style>
a { background-color: #601A0A; }
a { background-color: rgb(96,26,10); }
div.DivClassName
{
background-color: #601A0A;
}
.BgClassName
{
background-color: #601A0A;
}
</style>
border-color css
<style>
span { border-color: #601A0A; }
span { border-color: rgb(96,26,10); }
td.TdClassName
{
border-color: #601A0A;
}
.TagClassName
{
border-color: #601A0A;
}
</style>