Shades of Red Oxide #601C09
Tints of Red Oxide #601C09
RGB
CMYK
RGB Variations
Color information
#601C09 (or 0x601C09) is known color: Red Oxide. HEX triplet: 60, 1C and 09. RGB value is (96,28,9). Sum of RGB (Red+Green+Blue) = 96+28+9=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #601C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C09 is #9FE3F6. Grayscale: #2E2E2E. Windows color (decimal): -10478583 or 597088. OLE color: 597088.
HSL color Cylindrical-coordinate representation of color #601C09: hue angle of 13.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #601C09 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 9 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.62 |
| HSL | 13.1º | 0.83% | 0.21% | - |
| HSV(B) | 13.1º | 0.91% | 0.38% | - |
| XYZ | 5.29 | 3.34 | 0.62 | - |
| YUV | 46.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 9 | 0 | 0.71 | 0.91 | 0.62 | 13.1 | 0.83 | 0.21 |
| Hex | 60 | 1C | 9 | 0 | 47 | 5B | 3E | D | 53 | 15 |
| Octal | 140 | 34 | 11 | 0 | 107 | 133 | 76 | 15 | 123 | 25 |
| Binary | 1100000 | 11100 | 1001 | 0 | 1000111 | 1011011 | 111110 | 1101 | 1010011 | 10101 |
Color Harmonies of #601C09
Complementary color
Monochromatic Colors of #601C09
Black with #601C09
Text Example
Text Example
White with #601C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C09; }
p { color: rgb(96,28,9); }
H1.HeaderClassName
{
color: #601C09;
}
.AnyTagClassName
{
color: #601C09;
}
</style>
background-color css
<style>
a { background-color: #601C09; }
a { background-color: rgb(96,28,9); }
div.DivClassName
{
background-color: #601C09;
}
.BgClassName
{
background-color: #601C09;
}
</style>
border-color css
<style>
span { border-color: #601C09; }
span { border-color: rgb(96,28,9); }
td.TdClassName
{
border-color: #601C09;
}
.TagClassName
{
border-color: #601C09;
}
</style>