Shades of Red Oxide #601200
Tints of Red Oxide #601200
RGB
CMYK
RGB Variations
Color information
#601200 (or 0x601200) is known color: Red Oxide. HEX triplet: 60, 12 and 00. RGB value is (96,18,0). Sum of RGB (Red+Green+Blue) = 96+18+0=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #601200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601200 is #9FEDFF. Grayscale: #272727. Windows color (decimal): -10481152 or 4704. OLE color: 4704.
HSL color Cylindrical-coordinate representation of color #601200: hue angle of 11.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #601200 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.62 |
| HSL | 11.25º | 1% | 0.19% | - |
| HSV(B) | 11.25º | 1% | 0.38% | - |
| XYZ | 5.04 | 2.92 | 0.3 | - |
| YUV | 39.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 0 | 0 | 0.81 | 1 | 0.62 | 11.25 | 1 | 0.19 |
| Hex | 60 | 12 | 0 | 0 | 51 | 64 | 3E | B | 64 | 13 |
| Octal | 140 | 22 | 0 | 0 | 121 | 144 | 76 | 13 | 144 | 23 |
| Binary | 1100000 | 10010 | 0 | 0 | 1010001 | 1100100 | 111110 | 1011 | 1100100 | 10011 |
Color Harmonies of #601200
Complementary color
Monochromatic Colors of #601200
Black with #601200
Text Example
Text Example
White with #601200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601200; }
p { color: rgb(96,18,0); }
H1.HeaderClassName
{
color: #601200;
}
.AnyTagClassName
{
color: #601200;
}
</style>
background-color css
<style>
a { background-color: #601200; }
a { background-color: rgb(96,18,0); }
div.DivClassName
{
background-color: #601200;
}
.BgClassName
{
background-color: #601200;
}
</style>
border-color css
<style>
span { border-color: #601200; }
span { border-color: rgb(96,18,0); }
td.TdClassName
{
border-color: #601200;
}
.TagClassName
{
border-color: #601200;
}
</style>