Shades of Red Oxide #65110B
Tints of Red Oxide #65110B
RGB
CMYK
RGB Variations
Color information
#65110B (or 0x65110B) is known color: Red Oxide. HEX triplet: 65, 11 and 0B. RGB value is (101,17,11). Sum of RGB (Red+Green+Blue) = 101+17+11=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #65110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65110B is #9AEEF4. Grayscale: #292929. Windows color (decimal): -10153717 or 725349. OLE color: 725349.
HSL color Cylindrical-coordinate representation of color #65110B: hue angle of 4º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65110B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 11 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.60 |
| HSL | 4º | 0.8% | 0.22% | - |
| HSV(B) | 4º | 0.89% | 0.4% | - |
| XYZ | 5.63 | 3.19 | 0.64 | - |
| YUV | 41.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 11 | 0 | 0.83 | 0.89 | 0.60 | 4 | 0.8 | 0.22 |
| Hex | 65 | 11 | B | 0 | 53 | 59 | 3C | 4 | 50 | 16 |
| Octal | 145 | 21 | 13 | 0 | 123 | 131 | 74 | 4 | 120 | 26 |
| Binary | 1100101 | 10001 | 1011 | 0 | 1010011 | 1011001 | 111100 | 100 | 1010000 | 10110 |
Color Harmonies of #65110B
Complementary color
Monochromatic Colors of #65110B
Black with #65110B
Text Example
Text Example
White with #65110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65110B; }
p { color: rgb(101,17,11); }
H1.HeaderClassName
{
color: #65110B;
}
.AnyTagClassName
{
color: #65110B;
}
</style>
background-color css
<style>
a { background-color: #65110B; }
a { background-color: rgb(101,17,11); }
div.DivClassName
{
background-color: #65110B;
}
.BgClassName
{
background-color: #65110B;
}
</style>
border-color css
<style>
span { border-color: #65110B; }
span { border-color: rgb(101,17,11); }
td.TdClassName
{
border-color: #65110B;
}
.TagClassName
{
border-color: #65110B;
}
</style>