Shades of Red Oxide #601502
Tints of Red Oxide #601502
RGB
CMYK
RGB Variations
Color information
#601502 (or 0x601502) is known color: Red Oxide. HEX triplet: 60, 15 and 02. RGB value is (96,21,2). Sum of RGB (Red+Green+Blue) = 96+21+2=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #601502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601502 is #9FEAFD. Grayscale: #292929. Windows color (decimal): -10480382 or 136544. OLE color: 136544.
HSL color Cylindrical-coordinate representation of color #601502: hue angle of 12.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #601502 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 2 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.62 |
| HSL | 12.13º | 0.96% | 0.19% | - |
| HSV(B) | 12.13º | 0.98% | 0.38% | - |
| XYZ | 5.1 | 3.03 | 0.37 | - |
| YUV | 41.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 2 | 0 | 0.78 | 0.98 | 0.62 | 12.13 | 0.96 | 0.19 |
| Hex | 60 | 15 | 2 | 0 | 4E | 62 | 3E | C | 60 | 13 |
| Octal | 140 | 25 | 2 | 0 | 116 | 142 | 76 | 14 | 140 | 23 |
| Binary | 1100000 | 10101 | 10 | 0 | 1001110 | 1100010 | 111110 | 1100 | 1100000 | 10011 |
Color Harmonies of #601502
Complementary color
Monochromatic Colors of #601502
Black with #601502
Text Example
Text Example
White with #601502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601502; }
p { color: rgb(96,21,2); }
H1.HeaderClassName
{
color: #601502;
}
.AnyTagClassName
{
color: #601502;
}
</style>
background-color css
<style>
a { background-color: #601502; }
a { background-color: rgb(96,21,2); }
div.DivClassName
{
background-color: #601502;
}
.BgClassName
{
background-color: #601502;
}
</style>
border-color css
<style>
span { border-color: #601502; }
span { border-color: rgb(96,21,2); }
td.TdClassName
{
border-color: #601502;
}
.TagClassName
{
border-color: #601502;
}
</style>