Shades of Red Oxide #65130B
Tints of Red Oxide #65130B
RGB
CMYK
RGB Variations
Color information
#65130B (or 0x65130B) is known color: Red Oxide. HEX triplet: 65, 13 and 0B. RGB value is (101,19,11). Sum of RGB (Red+Green+Blue) = 101+19+11=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65130B is #9AECF4. Grayscale: #2A2A2A. Windows color (decimal): -10153205 or 725861. OLE color: 725861.
HSL color Cylindrical-coordinate representation of color #65130B: hue angle of 5.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 #65130B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 11 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.60 |
| HSL | 5.33º | 0.8% | 0.22% | - |
| HSV(B) | 5.33º | 0.89% | 0.4% | - |
| XYZ | 5.66 | 3.26 | 0.65 | - |
| YUV | 42.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 11 | 0 | 0.81 | 0.89 | 0.60 | 5.33 | 0.8 | 0.22 |
| Hex | 65 | 13 | B | 0 | 51 | 59 | 3C | 5 | 50 | 16 |
| Octal | 145 | 23 | 13 | 0 | 121 | 131 | 74 | 5 | 120 | 26 |
| Binary | 1100101 | 10011 | 1011 | 0 | 1010001 | 1011001 | 111100 | 101 | 1010000 | 10110 |
Color Harmonies of #65130B
Complementary color
Monochromatic Colors of #65130B
Black with #65130B
Text Example
Text Example
White with #65130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65130B; }
p { color: rgb(101,19,11); }
H1.HeaderClassName
{
color: #65130B;
}
.AnyTagClassName
{
color: #65130B;
}
</style>
background-color css
<style>
a { background-color: #65130B; }
a { background-color: rgb(101,19,11); }
div.DivClassName
{
background-color: #65130B;
}
.BgClassName
{
background-color: #65130B;
}
</style>
border-color css
<style>
span { border-color: #65130B; }
span { border-color: rgb(101,19,11); }
td.TdClassName
{
border-color: #65130B;
}
.TagClassName
{
border-color: #65130B;
}
</style>