Shades of Red Oxide #60100B
Tints of Red Oxide #60100B
RGB
CMYK
RGB Variations
Color information
#60100B (or 0x60100B) is known color: Red Oxide. HEX triplet: 60, 10 and 0B. RGB value is (96,16,11). Sum of RGB (Red+Green+Blue) = 96+16+11=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #60100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100B is #9FEFF4. Grayscale: #272727. Windows color (decimal): -10481653 or 725088. OLE color: 725088.
HSL color Cylindrical-coordinate representation of color #60100B: hue angle of 3.53º 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 #60100B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 11 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.62 |
| HSL | 3.53º | 0.79% | 0.21% | - |
| HSV(B) | 3.53º | 0.89% | 0.38% | - |
| XYZ | 5.07 | 2.88 | 0.61 | - |
| YUV | 39.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 11 | 0 | 0.83 | 0.89 | 0.62 | 3.53 | 0.79 | 0.21 |
| Hex | 60 | 10 | B | 0 | 53 | 59 | 3E | 4 | 4F | 15 |
| Octal | 140 | 20 | 13 | 0 | 123 | 131 | 76 | 4 | 117 | 25 |
| Binary | 1100000 | 10000 | 1011 | 0 | 1010011 | 1011001 | 111110 | 100 | 1001111 | 10101 |
Color Harmonies of #60100B
Complementary color
Monochromatic Colors of #60100B
Black with #60100B
Text Example
Text Example
White with #60100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60100B; }
p { color: rgb(96,16,11); }
H1.HeaderClassName
{
color: #60100B;
}
.AnyTagClassName
{
color: #60100B;
}
</style>
background-color css
<style>
a { background-color: #60100B; }
a { background-color: rgb(96,16,11); }
div.DivClassName
{
background-color: #60100B;
}
.BgClassName
{
background-color: #60100B;
}
</style>
border-color css
<style>
span { border-color: #60100B; }
span { border-color: rgb(96,16,11); }
td.TdClassName
{
border-color: #60100B;
}
.TagClassName
{
border-color: #60100B;
}
</style>