Shades of Red Oxide #601905
Tints of Red Oxide #601905
RGB
CMYK
RGB Variations
Color information
#601905 (or 0x601905) is known color: Red Oxide. HEX triplet: 60, 19 and 05. RGB value is (96,25,5). Sum of RGB (Red+Green+Blue) = 96+25+5=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #601905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601905 is #9FE6FA. Grayscale: #2C2C2C. Windows color (decimal): -10479355 or 334176. OLE color: 334176.
HSL color Cylindrical-coordinate representation of color #601905: hue angle of 13.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #601905 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 25 | 5 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.62 |
| HSL | 13.19º | 0.9% | 0.2% | - |
| HSV(B) | 13.19º | 0.95% | 0.38% | - |
| XYZ | 5.2 | 3.19 | 0.49 | - |
| YUV | 43.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 5 | 0 | 0.74 | 0.95 | 0.62 | 13.19 | 0.9 | 0.2 |
| Hex | 60 | 19 | 5 | 0 | 4A | 5F | 3E | D | 5A | 14 |
| Octal | 140 | 31 | 5 | 0 | 112 | 137 | 76 | 15 | 132 | 24 |
| Binary | 1100000 | 11001 | 101 | 0 | 1001010 | 1011111 | 111110 | 1101 | 1011010 | 10100 |
Color Harmonies of #601905
Complementary color
Monochromatic Colors of #601905
Black with #601905
Text Example
Text Example
White with #601905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601905; }
p { color: rgb(96,25,5); }
H1.HeaderClassName
{
color: #601905;
}
.AnyTagClassName
{
color: #601905;
}
</style>
background-color css
<style>
a { background-color: #601905; }
a { background-color: rgb(96,25,5); }
div.DivClassName
{
background-color: #601905;
}
.BgClassName
{
background-color: #601905;
}
</style>
border-color css
<style>
span { border-color: #601905; }
span { border-color: rgb(96,25,5); }
td.TdClassName
{
border-color: #601905;
}
.TagClassName
{
border-color: #601905;
}
</style>