Shades of Red Oxide #601310
Tints of Red Oxide #601310
RGB
CMYK
RGB Variations
Color information
#601310 (or 0x601310) is known color: Red Oxide. HEX triplet: 60, 13 and 10. RGB value is (96,19,16). Sum of RGB (Red+Green+Blue) = 96+19+16=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #601310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601310 is #9FECEF. Grayscale: #292929. Windows color (decimal): -10480880 or 1053536. OLE color: 1053536.
HSL color Cylindrical-coordinate representation of color #601310: hue angle of 2.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601310 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 16 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.62 |
| HSL | 2.25º | 0.71% | 0.22% | - |
| HSV(B) | 2.25º | 0.83% | 0.38% | - |
| XYZ | 5.15 | 2.99 | 0.8 | - |
| YUV | 41.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 16 | 0 | 0.80 | 0.83 | 0.62 | 2.25 | 0.71 | 0.22 |
| Hex | 60 | 13 | 10 | 0 | 50 | 53 | 3E | 2 | 47 | 16 |
| Octal | 140 | 23 | 20 | 0 | 120 | 123 | 76 | 2 | 107 | 26 |
| Binary | 1100000 | 10011 | 10000 | 0 | 1010000 | 1010011 | 111110 | 10 | 1000111 | 10110 |
Color Harmonies of #601310
Complementary color
Monochromatic Colors of #601310
Black with #601310
Text Example
Text Example
White with #601310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601310; }
p { color: rgb(96,19,16); }
H1.HeaderClassName
{
color: #601310;
}
.AnyTagClassName
{
color: #601310;
}
</style>
background-color css
<style>
a { background-color: #601310; }
a { background-color: rgb(96,19,16); }
div.DivClassName
{
background-color: #601310;
}
.BgClassName
{
background-color: #601310;
}
</style>
border-color css
<style>
span { border-color: #601310; }
span { border-color: rgb(96,19,16); }
td.TdClassName
{
border-color: #601310;
}
.TagClassName
{
border-color: #601310;
}
</style>