Shades of Red Oxide #65100B
Tints of Red Oxide #65100B
RGB
CMYK
RGB Variations
Color information
#65100B (or 0x65100B) is known color: Red Oxide. HEX triplet: 65, 10 and 0B. RGB value is (101,16,11). Sum of RGB (Red+Green+Blue) = 101+16+11=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #65100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65100B is #9AEFF4. Grayscale: #282828. Windows color (decimal): -10153973 or 725093. OLE color: 725093.
HSL color Cylindrical-coordinate representation of color #65100B: hue angle of 3.33º 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 #65100B is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 11 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.60 |
| HSL | 3.33º | 0.8% | 0.22% | - |
| HSV(B) | 3.33º | 0.89% | 0.4% | - |
| XYZ | 5.61 | 3.16 | 0.63 | - |
| YUV | 40.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 11 | 0 | 0.84 | 0.89 | 0.60 | 3.33 | 0.8 | 0.22 |
| Hex | 65 | 10 | B | 0 | 54 | 59 | 3C | 3 | 50 | 16 |
| Octal | 145 | 20 | 13 | 0 | 124 | 131 | 74 | 3 | 120 | 26 |
| Binary | 1100101 | 10000 | 1011 | 0 | 1010100 | 1011001 | 111100 | 11 | 1010000 | 10110 |
Color Harmonies of #65100B
Complementary color
Monochromatic Colors of #65100B
Black with #65100B
Text Example
Text Example
White with #65100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65100B; }
p { color: rgb(101,16,11); }
H1.HeaderClassName
{
color: #65100B;
}
.AnyTagClassName
{
color: #65100B;
}
</style>
background-color css
<style>
a { background-color: #65100B; }
a { background-color: rgb(101,16,11); }
div.DivClassName
{
background-color: #65100B;
}
.BgClassName
{
background-color: #65100B;
}
</style>
border-color css
<style>
span { border-color: #65100B; }
span { border-color: rgb(101,16,11); }
td.TdClassName
{
border-color: #65100B;
}
.TagClassName
{
border-color: #65100B;
}
</style>