Shades of Red Oxide #601501
Tints of Red Oxide #601501
RGB
CMYK
RGB Variations
Color information
#601501 (or 0x601501) is known color: Red Oxide. HEX triplet: 60, 15 and 01. RGB value is (96,21,1). Sum of RGB (Red+Green+Blue) = 96+21+1=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #601501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601501 is #9FEAFE. Grayscale: #292929. Windows color (decimal): -10480383 or 71008. OLE color: 71008.
HSL color Cylindrical-coordinate representation of color #601501: hue angle of 12.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #601501 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.62 |
| HSL | 12.63º | 0.98% | 0.19% | - |
| HSV(B) | 12.63º | 0.99% | 0.38% | - |
| XYZ | 5.1 | 3.03 | 0.34 | - |
| YUV | 41.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 1 | 0 | 0.78 | 0.99 | 0.62 | 12.63 | 0.98 | 0.19 |
| Hex | 60 | 15 | 1 | 0 | 4E | 63 | 3E | D | 62 | 13 |
| Octal | 140 | 25 | 1 | 0 | 116 | 143 | 76 | 15 | 142 | 23 |
| Binary | 1100000 | 10101 | 1 | 0 | 1001110 | 1100011 | 111110 | 1101 | 1100010 | 10011 |
Color Harmonies of #601501
Complementary color
Monochromatic Colors of #601501
Black with #601501
Text Example
Text Example
White with #601501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601501; }
p { color: rgb(96,21,1); }
H1.HeaderClassName
{
color: #601501;
}
.AnyTagClassName
{
color: #601501;
}
</style>
background-color css
<style>
a { background-color: #601501; }
a { background-color: rgb(96,21,1); }
div.DivClassName
{
background-color: #601501;
}
.BgClassName
{
background-color: #601501;
}
</style>
border-color css
<style>
span { border-color: #601501; }
span { border-color: rgb(96,21,1); }
td.TdClassName
{
border-color: #601501;
}
.TagClassName
{
border-color: #601501;
}
</style>