Shades of Red Oxide #601312
Tints of Red Oxide #601312
RGB
CMYK
RGB Variations
Color information
#601312 (or 0x601312) is known color: Red Oxide. HEX triplet: 60, 13 and 12. RGB value is (96,19,18). Sum of RGB (Red+Green+Blue) = 96+19+18=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #601312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601312 is #9FECED. Grayscale: #292929. Windows color (decimal): -10480878 or 1184608. OLE color: 1184608.
HSL color Cylindrical-coordinate representation of color #601312: hue angle of 0.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601312 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 18 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.62 |
| HSL | 0.77º | 0.68% | 0.22% | - |
| HSV(B) | 0.77º | 0.81% | 0.38% | - |
| XYZ | 5.17 | 3 | 0.88 | - |
| YUV | 41.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 18 | 0 | 0.80 | 0.81 | 0.62 | 0.77 | 0.68 | 0.22 |
| Hex | 60 | 13 | 12 | 0 | 50 | 51 | 3E | 1 | 44 | 16 |
| Octal | 140 | 23 | 22 | 0 | 120 | 121 | 76 | 1 | 104 | 26 |
| Binary | 1100000 | 10011 | 10010 | 0 | 1010000 | 1010001 | 111110 | 1 | 1000100 | 10110 |
Color Harmonies of #601312
Complementary color
Monochromatic Colors of #601312
Black with #601312
Text Example
Text Example
White with #601312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601312; }
p { color: rgb(96,19,18); }
H1.HeaderClassName
{
color: #601312;
}
.AnyTagClassName
{
color: #601312;
}
</style>
background-color css
<style>
a { background-color: #601312; }
a { background-color: rgb(96,19,18); }
div.DivClassName
{
background-color: #601312;
}
.BgClassName
{
background-color: #601312;
}
</style>
border-color css
<style>
span { border-color: #601312; }
span { border-color: rgb(96,19,18); }
td.TdClassName
{
border-color: #601312;
}
.TagClassName
{
border-color: #601312;
}
</style>