Shades of Red Oxide #65120B
Tints of Red Oxide #65120B
RGB
CMYK
RGB Variations
Color information
#65120B (or 0x65120B) is known color: Red Oxide. HEX triplet: 65, 12 and 0B. RGB value is (101,18,11). Sum of RGB (Red+Green+Blue) = 101+18+11=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65120B is #9AEDF4. Grayscale: #2A2A2A. Windows color (decimal): -10153461 or 725605. OLE color: 725605.
HSL color Cylindrical-coordinate representation of color #65120B: hue angle of 4.67º 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 #65120B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 11 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.60 |
| HSL | 4.67º | 0.8% | 0.22% | - |
| HSV(B) | 4.67º | 0.89% | 0.4% | - |
| XYZ | 5.64 | 3.22 | 0.64 | - |
| YUV | 42.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 11 | 0 | 0.82 | 0.89 | 0.60 | 4.67 | 0.8 | 0.22 |
| Hex | 65 | 12 | B | 0 | 52 | 59 | 3C | 5 | 50 | 16 |
| Octal | 145 | 22 | 13 | 0 | 122 | 131 | 74 | 5 | 120 | 26 |
| Binary | 1100101 | 10010 | 1011 | 0 | 1010010 | 1011001 | 111100 | 101 | 1010000 | 10110 |
Color Harmonies of #65120B
Complementary color
Monochromatic Colors of #65120B
Black with #65120B
Text Example
Text Example
White with #65120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65120B; }
p { color: rgb(101,18,11); }
H1.HeaderClassName
{
color: #65120B;
}
.AnyTagClassName
{
color: #65120B;
}
</style>
background-color css
<style>
a { background-color: #65120B; }
a { background-color: rgb(101,18,11); }
div.DivClassName
{
background-color: #65120B;
}
.BgClassName
{
background-color: #65120B;
}
</style>
border-color css
<style>
span { border-color: #65120B; }
span { border-color: rgb(101,18,11); }
td.TdClassName
{
border-color: #65120B;
}
.TagClassName
{
border-color: #65120B;
}
</style>