Shades of Red Oxide #601B0B
Tints of Red Oxide #601B0B
RGB
CMYK
RGB Variations
Color information
#601B0B (or 0x601B0B) is known color: Red Oxide. HEX triplet: 60, 1B and 0B. RGB value is (96,27,11). Sum of RGB (Red+Green+Blue) = 96+27+11=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B0B is #9FE4F4. Grayscale: #2D2D2D. Windows color (decimal): -10478837 or 727904. OLE color: 727904.
HSL color Cylindrical-coordinate representation of color #601B0B: hue angle of 11.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601B0B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 27 | 11 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.62 |
| HSL | 11.29º | 0.79% | 0.21% | - |
| HSV(B) | 11.29º | 0.89% | 0.38% | - |
| XYZ | 5.28 | 3.29 | 0.67 | - |
| YUV | 45.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 11 | 0 | 0.72 | 0.89 | 0.62 | 11.29 | 0.79 | 0.21 |
| Hex | 60 | 1B | B | 0 | 48 | 59 | 3E | B | 4F | 15 |
| Octal | 140 | 33 | 13 | 0 | 110 | 131 | 76 | 13 | 117 | 25 |
| Binary | 1100000 | 11011 | 1011 | 0 | 1001000 | 1011001 | 111110 | 1011 | 1001111 | 10101 |
Color Harmonies of #601B0B
Complementary color
Monochromatic Colors of #601B0B
Black with #601B0B
Text Example
Text Example
White with #601B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B0B; }
p { color: rgb(96,27,11); }
H1.HeaderClassName
{
color: #601B0B;
}
.AnyTagClassName
{
color: #601B0B;
}
</style>
background-color css
<style>
a { background-color: #601B0B; }
a { background-color: rgb(96,27,11); }
div.DivClassName
{
background-color: #601B0B;
}
.BgClassName
{
background-color: #601B0B;
}
</style>
border-color css
<style>
span { border-color: #601B0B; }
span { border-color: rgb(96,27,11); }
td.TdClassName
{
border-color: #601B0B;
}
.TagClassName
{
border-color: #601B0B;
}
</style>