Shades of Red Oxide #651E12
Tints of Red Oxide #651E12
RGB
CMYK
RGB Variations
Color information
#651E12 (or 0x651E12) is known color: Red Oxide. HEX triplet: 65, 1E and 12. RGB value is (101,30,18). Sum of RGB (Red+Green+Blue) = 101+30+18=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #651E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E12 is #9AE1ED. Grayscale: #313131. Windows color (decimal): -10150382 or 1187429. OLE color: 1187429.
HSL color Cylindrical-coordinate representation of color #651E12: hue angle of 8.67º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651E12 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 18 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.60 |
| HSL | 8.67º | 0.7% | 0.23% | - |
| HSV(B) | 8.67º | 0.82% | 0.4% | - |
| XYZ | 5.94 | 3.74 | 0.98 | - |
| YUV | 49.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 18 | 0 | 0.70 | 0.82 | 0.60 | 8.67 | 0.7 | 0.23 |
| Hex | 65 | 1E | 12 | 0 | 46 | 52 | 3C | 9 | 46 | 17 |
| Octal | 145 | 36 | 22 | 0 | 106 | 122 | 74 | 11 | 106 | 27 |
| Binary | 1100101 | 11110 | 10010 | 0 | 1000110 | 1010010 | 111100 | 1001 | 1000110 | 10111 |
Color Harmonies of #651E12
Complementary color
Monochromatic Colors of #651E12
Black with #651E12
Text Example
Text Example
White with #651E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E12; }
p { color: rgb(101,30,18); }
H1.HeaderClassName
{
color: #651E12;
}
.AnyTagClassName
{
color: #651E12;
}
</style>
background-color css
<style>
a { background-color: #651E12; }
a { background-color: rgb(101,30,18); }
div.DivClassName
{
background-color: #651E12;
}
.BgClassName
{
background-color: #651E12;
}
</style>
border-color css
<style>
span { border-color: #651E12; }
span { border-color: rgb(101,30,18); }
td.TdClassName
{
border-color: #651E12;
}
.TagClassName
{
border-color: #651E12;
}
</style>