Shades of Red Oxide #601B0C
Tints of Red Oxide #601B0C
RGB
CMYK
RGB Variations
Color information
#601B0C (or 0x601B0C) is known color: Red Oxide. HEX triplet: 60, 1B and 0C. RGB value is (96,27,12). Sum of RGB (Red+Green+Blue) = 96+27+12=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B0C is #9FE4F3. Grayscale: #2E2E2E. Windows color (decimal): -10478836 or 793440. OLE color: 793440.
HSL color Cylindrical-coordinate representation of color #601B0C: hue angle of 10.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601B0C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 27 | 12 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.62 |
| HSL | 10.71º | 0.78% | 0.21% | - |
| HSV(B) | 10.71º | 0.88% | 0.38% | - |
| XYZ | 5.28 | 3.3 | 0.71 | - |
| YUV | 45.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 12 | 0 | 0.72 | 0.88 | 0.62 | 10.71 | 0.78 | 0.21 |
| Hex | 60 | 1B | C | 0 | 48 | 58 | 3E | B | 4E | 15 |
| Octal | 140 | 33 | 14 | 0 | 110 | 130 | 76 | 13 | 116 | 25 |
| Binary | 1100000 | 11011 | 1100 | 0 | 1001000 | 1011000 | 111110 | 1011 | 1001110 | 10101 |
Color Harmonies of #601B0C
Complementary color
Monochromatic Colors of #601B0C
Black with #601B0C
Text Example
Text Example
White with #601B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B0C; }
p { color: rgb(96,27,12); }
H1.HeaderClassName
{
color: #601B0C;
}
.AnyTagClassName
{
color: #601B0C;
}
</style>
background-color css
<style>
a { background-color: #601B0C; }
a { background-color: rgb(96,27,12); }
div.DivClassName
{
background-color: #601B0C;
}
.BgClassName
{
background-color: #601B0C;
}
</style>
border-color css
<style>
span { border-color: #601B0C; }
span { border-color: rgb(96,27,12); }
td.TdClassName
{
border-color: #601B0C;
}
.TagClassName
{
border-color: #601B0C;
}
</style>