Shades of Red Oxide #602019
Tints of Red Oxide #602019
RGB
CMYK
RGB Variations
Color information
#602019 (or 0x602019) is known color: Red Oxide. HEX triplet: 60, 20 and 19. RGB value is (96,32,25). Sum of RGB (Red+Green+Blue) = 96+32+25=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #602019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602019 is #9FDFE6. Grayscale: #323232. Windows color (decimal): -10477543 or 1646688. OLE color: 1646688.
HSL color Cylindrical-coordinate representation of color #602019: hue angle of 5.92º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602019 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 25 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.62 |
| HSL | 5.92º | 0.59% | 0.24% | - |
| HSV(B) | 5.92º | 0.74% | 0.38% | - |
| XYZ | 5.52 | 3.59 | 1.32 | - |
| YUV | 50.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 25 | 0 | 0.67 | 0.74 | 0.62 | 5.92 | 0.59 | 0.24 |
| Hex | 60 | 20 | 19 | 0 | 43 | 4A | 3E | 6 | 3B | 18 |
| Octal | 140 | 40 | 31 | 0 | 103 | 112 | 76 | 6 | 73 | 30 |
| Binary | 1100000 | 100000 | 11001 | 0 | 1000011 | 1001010 | 111110 | 110 | 111011 | 11000 |
Color Harmonies of #602019
Complementary color
Monochromatic Colors of #602019
Black with #602019
Text Example
Text Example
White with #602019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602019; }
p { color: rgb(96,32,25); }
H1.HeaderClassName
{
color: #602019;
}
.AnyTagClassName
{
color: #602019;
}
</style>
background-color css
<style>
a { background-color: #602019; }
a { background-color: rgb(96,32,25); }
div.DivClassName
{
background-color: #602019;
}
.BgClassName
{
background-color: #602019;
}
</style>
border-color css
<style>
span { border-color: #602019; }
span { border-color: rgb(96,32,25); }
td.TdClassName
{
border-color: #602019;
}
.TagClassName
{
border-color: #602019;
}
</style>