Shades of Red Oxide #601B1A
Tints of Red Oxide #601B1A
RGB
CMYK
RGB Variations
Color information
#601B1A (or 0x601B1A) is known color: Red Oxide. HEX triplet: 60, 1B and 1A. RGB value is (96,27,26). Sum of RGB (Red+Green+Blue) = 96+27+26=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B1A is #9FE4E5. Grayscale: #2F2F2F. Windows color (decimal): -10478822 or 1710944. OLE color: 1710944.
HSL color Cylindrical-coordinate representation of color #601B1A: hue angle of 0.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601B1A is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 27 | 26 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.62 |
| HSL | 0.86º | 0.57% | 0.24% | - |
| HSV(B) | 0.86º | 0.73% | 0.38% | - |
| XYZ | 5.4 | 3.35 | 1.34 | - |
| YUV | 47.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 26 | 0 | 0.72 | 0.73 | 0.62 | 0.86 | 0.57 | 0.24 |
| Hex | 60 | 1B | 1A | 0 | 48 | 49 | 3E | 1 | 39 | 18 |
| Octal | 140 | 33 | 32 | 0 | 110 | 111 | 76 | 1 | 71 | 30 |
| Binary | 1100000 | 11011 | 11010 | 0 | 1001000 | 1001001 | 111110 | 1 | 111001 | 11000 |
Color Harmonies of #601B1A
Complementary color
Monochromatic Colors of #601B1A
Black with #601B1A
Text Example
Text Example
White with #601B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B1A; }
p { color: rgb(96,27,26); }
H1.HeaderClassName
{
color: #601B1A;
}
.AnyTagClassName
{
color: #601B1A;
}
</style>
background-color css
<style>
a { background-color: #601B1A; }
a { background-color: rgb(96,27,26); }
div.DivClassName
{
background-color: #601B1A;
}
.BgClassName
{
background-color: #601B1A;
}
</style>
border-color css
<style>
span { border-color: #601B1A; }
span { border-color: rgb(96,27,26); }
td.TdClassName
{
border-color: #601B1A;
}
.TagClassName
{
border-color: #601B1A;
}
</style>