Shades of Red Oxide #601A0C
Tints of Red Oxide #601A0C
RGB
CMYK
RGB Variations
Color information
#601A0C (or 0x601A0C) is known color: Red Oxide. HEX triplet: 60, 1A and 0C. RGB value is (96,26,12). Sum of RGB (Red+Green+Blue) = 96+26+12=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A0C is #9FE5F3. Grayscale: #2D2D2D. Windows color (decimal): -10479092 or 793184. OLE color: 793184.
HSL color Cylindrical-coordinate representation of color #601A0C: hue angle of 10º 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 #601A0C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 12 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.62 |
| HSL | 10º | 0.78% | 0.21% | - |
| HSV(B) | 10º | 0.88% | 0.38% | - |
| XYZ | 5.26 | 3.25 | 0.7 | - |
| YUV | 45.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 12 | 0 | 0.73 | 0.88 | 0.62 | 10 | 0.78 | 0.21 |
| Hex | 60 | 1A | C | 0 | 49 | 58 | 3E | A | 4E | 15 |
| Octal | 140 | 32 | 14 | 0 | 111 | 130 | 76 | 12 | 116 | 25 |
| Binary | 1100000 | 11010 | 1100 | 0 | 1001001 | 1011000 | 111110 | 1010 | 1001110 | 10101 |
Color Harmonies of #601A0C
Complementary color
Monochromatic Colors of #601A0C
Black with #601A0C
Text Example
Text Example
White with #601A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A0C; }
p { color: rgb(96,26,12); }
H1.HeaderClassName
{
color: #601A0C;
}
.AnyTagClassName
{
color: #601A0C;
}
</style>
background-color css
<style>
a { background-color: #601A0C; }
a { background-color: rgb(96,26,12); }
div.DivClassName
{
background-color: #601A0C;
}
.BgClassName
{
background-color: #601A0C;
}
</style>
border-color css
<style>
span { border-color: #601A0C; }
span { border-color: rgb(96,26,12); }
td.TdClassName
{
border-color: #601A0C;
}
.TagClassName
{
border-color: #601A0C;
}
</style>