Shades of Red Oxide #65130C
Tints of Red Oxide #65130C
RGB
CMYK
RGB Variations
Color information
#65130C (or 0x65130C) is known color: Red Oxide. HEX triplet: 65, 13 and 0C. RGB value is (101,19,12). Sum of RGB (Red+Green+Blue) = 101+19+12=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #65130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65130C is #9AECF3. Grayscale: #2A2A2A. Windows color (decimal): -10153204 or 791397. OLE color: 791397.
HSL color Cylindrical-coordinate representation of color #65130C: hue angle of 4.72º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65130C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 19 | 12 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.60 |
| HSL | 4.72º | 0.79% | 0.22% | - |
| HSV(B) | 4.72º | 0.88% | 0.4% | - |
| XYZ | 5.67 | 3.26 | 0.68 | - |
| YUV | 42.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 12 | 0 | 0.81 | 0.88 | 0.60 | 4.72 | 0.79 | 0.22 |
| Hex | 65 | 13 | C | 0 | 51 | 58 | 3C | 5 | 4F | 16 |
| Octal | 145 | 23 | 14 | 0 | 121 | 130 | 74 | 5 | 117 | 26 |
| Binary | 1100101 | 10011 | 1100 | 0 | 1010001 | 1011000 | 111100 | 101 | 1001111 | 10110 |
Color Harmonies of #65130C
Complementary color
Monochromatic Colors of #65130C
Black with #65130C
Text Example
Text Example
White with #65130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65130C; }
p { color: rgb(101,19,12); }
H1.HeaderClassName
{
color: #65130C;
}
.AnyTagClassName
{
color: #65130C;
}
</style>
background-color css
<style>
a { background-color: #65130C; }
a { background-color: rgb(101,19,12); }
div.DivClassName
{
background-color: #65130C;
}
.BgClassName
{
background-color: #65130C;
}
</style>
border-color css
<style>
span { border-color: #65130C; }
span { border-color: rgb(101,19,12); }
td.TdClassName
{
border-color: #65130C;
}
.TagClassName
{
border-color: #65130C;
}
</style>