Shades of Red Oxide #651C12
Tints of Red Oxide #651C12
RGB
CMYK
RGB Variations
Color information
#651C12 (or 0x651C12) is known color: Red Oxide. HEX triplet: 65, 1C and 12. RGB value is (101,28,18). Sum of RGB (Red+Green+Blue) = 101+28+18=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #651C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C12 is #9AE3ED. Grayscale: #303030. Windows color (decimal): -10150894 or 1186917. OLE color: 1186917.
HSL color Cylindrical-coordinate representation of color #651C12: hue angle of 7.23º 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 #651C12 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 18 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.60 |
| HSL | 7.23º | 0.7% | 0.23% | - |
| HSV(B) | 7.23º | 0.82% | 0.4% | - |
| XYZ | 5.89 | 3.64 | 0.96 | - |
| YUV | 48.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 18 | 0 | 0.72 | 0.82 | 0.60 | 7.23 | 0.7 | 0.23 |
| Hex | 65 | 1C | 12 | 0 | 48 | 52 | 3C | 7 | 46 | 17 |
| Octal | 145 | 34 | 22 | 0 | 110 | 122 | 74 | 7 | 106 | 27 |
| Binary | 1100101 | 11100 | 10010 | 0 | 1001000 | 1010010 | 111100 | 111 | 1000110 | 10111 |
Color Harmonies of #651C12
Complementary color
Monochromatic Colors of #651C12
Black with #651C12
Text Example
Text Example
White with #651C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C12; }
p { color: rgb(101,28,18); }
H1.HeaderClassName
{
color: #651C12;
}
.AnyTagClassName
{
color: #651C12;
}
</style>
background-color css
<style>
a { background-color: #651C12; }
a { background-color: rgb(101,28,18); }
div.DivClassName
{
background-color: #651C12;
}
.BgClassName
{
background-color: #651C12;
}
</style>
border-color css
<style>
span { border-color: #651C12; }
span { border-color: rgb(101,28,18); }
td.TdClassName
{
border-color: #651C12;
}
.TagClassName
{
border-color: #651C12;
}
</style>