Shades of Red Oxide #601800
Tints of Red Oxide #601800
RGB
CMYK
RGB Variations
Color information
#601800 (or 0x601800) is known color: Red Oxide. HEX triplet: 60, 18 and 00. RGB value is (96,24,0). Sum of RGB (Red+Green+Blue) = 96+24+0=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601800 is #9FE7FF. Grayscale: #2A2A2A. Windows color (decimal): -10479616 or 6240. OLE color: 6240.
HSL color Cylindrical-coordinate representation of color #601800: hue angle of 15º 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 #601800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.62 |
| HSL | 15º | 1% | 0.19% | - |
| HSV(B) | 15º | 1% | 0.38% | - |
| XYZ | 5.15 | 3.14 | 0.33 | - |
| YUV | 42.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 0 | 0 | 0.75 | 1 | 0.62 | 15 | 1 | 0.19 |
| Hex | 60 | 18 | 0 | 0 | 4B | 64 | 3E | F | 64 | 13 |
| Octal | 140 | 30 | 0 | 0 | 113 | 144 | 76 | 17 | 144 | 23 |
| Binary | 1100000 | 11000 | 0 | 0 | 1001011 | 1100100 | 111110 | 1111 | 1100100 | 10011 |
Color Harmonies of #601800
Complementary color
Monochromatic Colors of #601800
Black with #601800
Text Example
Text Example
White with #601800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601800; }
p { color: rgb(96,24,0); }
H1.HeaderClassName
{
color: #601800;
}
.AnyTagClassName
{
color: #601800;
}
</style>
background-color css
<style>
a { background-color: #601800; }
a { background-color: rgb(96,24,0); }
div.DivClassName
{
background-color: #601800;
}
.BgClassName
{
background-color: #601800;
}
</style>
border-color css
<style>
span { border-color: #601800; }
span { border-color: rgb(96,24,0); }
td.TdClassName
{
border-color: #601800;
}
.TagClassName
{
border-color: #601800;
}
</style>