Shades of Red Oxide #601A17
Tints of Red Oxide #601A17
RGB
CMYK
RGB Variations
Color information
#601A17 (or 0x601A17) is known color: Red Oxide. HEX triplet: 60, 1A and 17. RGB value is (96,26,23). Sum of RGB (Red+Green+Blue) = 96+26+23=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #601A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A17 is #9FE5E8. Grayscale: #2E2E2E. Windows color (decimal): -10479081 or 1514080. OLE color: 1514080.
HSL color Cylindrical-coordinate representation of color #601A17: hue angle of 2.47º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601A17 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 26 | 23 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.62 |
| HSL | 2.47º | 0.61% | 0.23% | - |
| HSV(B) | 2.47º | 0.76% | 0.38% | - |
| XYZ | 5.35 | 3.29 | 1.16 | - |
| YUV | 46.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 23 | 0 | 0.73 | 0.76 | 0.62 | 2.47 | 0.61 | 0.23 |
| Hex | 60 | 1A | 17 | 0 | 49 | 4C | 3E | 2 | 3D | 17 |
| Octal | 140 | 32 | 27 | 0 | 111 | 114 | 76 | 2 | 75 | 27 |
| Binary | 1100000 | 11010 | 10111 | 0 | 1001001 | 1001100 | 111110 | 10 | 111101 | 10111 |
Color Harmonies of #601A17
Complementary color
Monochromatic Colors of #601A17
Black with #601A17
Text Example
Text Example
White with #601A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A17; }
p { color: rgb(96,26,23); }
H1.HeaderClassName
{
color: #601A17;
}
.AnyTagClassName
{
color: #601A17;
}
</style>
background-color css
<style>
a { background-color: #601A17; }
a { background-color: rgb(96,26,23); }
div.DivClassName
{
background-color: #601A17;
}
.BgClassName
{
background-color: #601A17;
}
</style>
border-color css
<style>
span { border-color: #601A17; }
span { border-color: rgb(96,26,23); }
td.TdClassName
{
border-color: #601A17;
}
.TagClassName
{
border-color: #601A17;
}
</style>