Shades of Red Oxide #600E0B
Tints of Red Oxide #600E0B
RGB
CMYK
RGB Variations
Color information
#600E0B (or 0x600E0B) is known color: Red Oxide. HEX triplet: 60, 0E and 0B. RGB value is (96,14,11). Sum of RGB (Red+Green+Blue) = 96+14+11=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E0B is #9FF1F4. Grayscale: #262626. Windows color (decimal): -10482165 or 724576. OLE color: 724576.
HSL color Cylindrical-coordinate representation of color #600E0B: hue angle of 2.12º 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 #600E0B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 11 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.62 |
| HSL | 2.12º | 0.79% | 0.21% | - |
| HSV(B) | 2.12º | 0.89% | 0.38% | - |
| XYZ | 5.04 | 2.83 | 0.6 | - |
| YUV | 38.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 11 | 0 | 0.85 | 0.89 | 0.62 | 2.12 | 0.79 | 0.21 |
| Hex | 60 | E | B | 0 | 55 | 59 | 3E | 2 | 4F | 15 |
| Octal | 140 | 16 | 13 | 0 | 125 | 131 | 76 | 2 | 117 | 25 |
| Binary | 1100000 | 1110 | 1011 | 0 | 1010101 | 1011001 | 111110 | 10 | 1001111 | 10101 |
Color Harmonies of #600E0B
Complementary color
Monochromatic Colors of #600E0B
Black with #600E0B
Text Example
Text Example
White with #600E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E0B; }
p { color: rgb(96,14,11); }
H1.HeaderClassName
{
color: #600E0B;
}
.AnyTagClassName
{
color: #600E0B;
}
</style>
background-color css
<style>
a { background-color: #600E0B; }
a { background-color: rgb(96,14,11); }
div.DivClassName
{
background-color: #600E0B;
}
.BgClassName
{
background-color: #600E0B;
}
</style>
border-color css
<style>
span { border-color: #600E0B; }
span { border-color: rgb(96,14,11); }
td.TdClassName
{
border-color: #600E0B;
}
.TagClassName
{
border-color: #600E0B;
}
</style>