Shades of Red Oxide #60180B
Tints of Red Oxide #60180B
RGB
CMYK
RGB Variations
Color information
#60180B (or 0x60180B) is known color: Red Oxide. HEX triplet: 60, 18 and 0B. RGB value is (96,24,11). Sum of RGB (Red+Green+Blue) = 96+24+11=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #60180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60180B is #9FE7F4. Grayscale: #2C2C2C. Windows color (decimal): -10479605 or 727136. OLE color: 727136.
HSL color Cylindrical-coordinate representation of color #60180B: hue angle of 9.18º 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 #60180B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 11 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.62 |
| HSL | 9.18º | 0.79% | 0.21% | - |
| HSV(B) | 9.18º | 0.89% | 0.38% | - |
| XYZ | 5.21 | 3.16 | 0.65 | - |
| YUV | 44.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 11 | 0 | 0.75 | 0.89 | 0.62 | 9.18 | 0.79 | 0.21 |
| Hex | 60 | 18 | B | 0 | 4B | 59 | 3E | 9 | 4F | 15 |
| Octal | 140 | 30 | 13 | 0 | 113 | 131 | 76 | 11 | 117 | 25 |
| Binary | 1100000 | 11000 | 1011 | 0 | 1001011 | 1011001 | 111110 | 1001 | 1001111 | 10101 |
Color Harmonies of #60180B
Complementary color
Monochromatic Colors of #60180B
Black with #60180B
Text Example
Text Example
White with #60180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60180B; }
p { color: rgb(96,24,11); }
H1.HeaderClassName
{
color: #60180B;
}
.AnyTagClassName
{
color: #60180B;
}
</style>
background-color css
<style>
a { background-color: #60180B; }
a { background-color: rgb(96,24,11); }
div.DivClassName
{
background-color: #60180B;
}
.BgClassName
{
background-color: #60180B;
}
</style>
border-color css
<style>
span { border-color: #60180B; }
span { border-color: rgb(96,24,11); }
td.TdClassName
{
border-color: #60180B;
}
.TagClassName
{
border-color: #60180B;
}
</style>