Shades of Red Oxide #651C10
Tints of Red Oxide #651C10
RGB
CMYK
RGB Variations
Color information
#651C10 (or 0x651C10) is known color: Red Oxide. HEX triplet: 65, 1C and 10. RGB value is (101,28,16). Sum of RGB (Red+Green+Blue) = 101+28+16=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #651C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C10 is #9AE3EF. Grayscale: #303030. Windows color (decimal): -10150896 or 1055845. OLE color: 1055845.
HSL color Cylindrical-coordinate representation of color #651C10: hue angle of 8.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651C10 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 28 | 16 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.60 |
| HSL | 8.47º | 0.73% | 0.23% | - |
| HSV(B) | 8.47º | 0.84% | 0.4% | - |
| XYZ | 5.88 | 3.63 | 0.88 | - |
| YUV | 48.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 16 | 0 | 0.72 | 0.84 | 0.60 | 8.47 | 0.73 | 0.23 |
| Hex | 65 | 1C | 10 | 0 | 48 | 54 | 3C | 8 | 49 | 17 |
| Octal | 145 | 34 | 20 | 0 | 110 | 124 | 74 | 10 | 111 | 27 |
| Binary | 1100101 | 11100 | 10000 | 0 | 1001000 | 1010100 | 111100 | 1000 | 1001001 | 10111 |
Color Harmonies of #651C10
Complementary color
Monochromatic Colors of #651C10
Black with #651C10
Text Example
Text Example
White with #651C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651C10; }
p { color: rgb(101,28,16); }
H1.HeaderClassName
{
color: #651C10;
}
.AnyTagClassName
{
color: #651C10;
}
</style>
background-color css
<style>
a { background-color: #651C10; }
a { background-color: rgb(101,28,16); }
div.DivClassName
{
background-color: #651C10;
}
.BgClassName
{
background-color: #651C10;
}
</style>
border-color css
<style>
span { border-color: #651C10; }
span { border-color: rgb(101,28,16); }
td.TdClassName
{
border-color: #651C10;
}
.TagClassName
{
border-color: #651C10;
}
</style>