Shades of Red Oxide #601412
Tints of Red Oxide #601412
RGB
CMYK
RGB Variations
Color information
#601412 (or 0x601412) is known color: Red Oxide. HEX triplet: 60, 14 and 12. RGB value is (96,20,18). Sum of RGB (Red+Green+Blue) = 96+20+18=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601412 is #9FEBED. Grayscale: #2A2A2A. Windows color (decimal): -10480622 or 1184864. OLE color: 1184864.
HSL color Cylindrical-coordinate representation of color #601412: hue angle of 1.54º 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 #601412 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 18 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.62 |
| HSL | 1.54º | 0.68% | 0.22% | - |
| HSV(B) | 1.54º | 0.81% | 0.38% | - |
| XYZ | 5.18 | 3.03 | 0.88 | - |
| YUV | 42.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 18 | 0 | 0.79 | 0.81 | 0.62 | 1.54 | 0.68 | 0.22 |
| Hex | 60 | 14 | 12 | 0 | 4F | 51 | 3E | 2 | 44 | 16 |
| Octal | 140 | 24 | 22 | 0 | 117 | 121 | 76 | 2 | 104 | 26 |
| Binary | 1100000 | 10100 | 10010 | 0 | 1001111 | 1010001 | 111110 | 10 | 1000100 | 10110 |
Color Harmonies of #601412
Complementary color
Monochromatic Colors of #601412
Black with #601412
Text Example
Text Example
White with #601412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601412; }
p { color: rgb(96,20,18); }
H1.HeaderClassName
{
color: #601412;
}
.AnyTagClassName
{
color: #601412;
}
</style>
background-color css
<style>
a { background-color: #601412; }
a { background-color: rgb(96,20,18); }
div.DivClassName
{
background-color: #601412;
}
.BgClassName
{
background-color: #601412;
}
</style>
border-color css
<style>
span { border-color: #601412; }
span { border-color: rgb(96,20,18); }
td.TdClassName
{
border-color: #601412;
}
.TagClassName
{
border-color: #601412;
}
</style>