Shades of Red Oxide #510A02
Tints of Red Oxide #510A02
RGB
CMYK
RGB Variations
Color information
#510A02 (or 0x510A02) is known color: Red Oxide. HEX triplet: 51, 0A and 02. RGB value is (81,10,2). Sum of RGB (Red+Green+Blue) = 81+10+2=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A02 is #AEF5FD. Grayscale: #1E1E1E. Windows color (decimal): -11466238 or 133713. OLE color: 133713.
HSL color Cylindrical-coordinate representation of color #510A02: hue angle of 6.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510A02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 10 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.68 |
| HSL | 6.08º | 0.95% | 0.16% | - |
| HSV(B) | 6.08º | 0.98% | 0.32% | - |
| XYZ | 3.51 | 1.97 | 0.25 | - |
| YUV | 30.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 2 | 0 | 0.88 | 0.98 | 0.68 | 6.08 | 0.95 | 0.16 |
| Hex | 51 | A | 2 | 0 | 58 | 62 | 44 | 6 | 5F | 10 |
| Octal | 121 | 12 | 2 | 0 | 130 | 142 | 104 | 6 | 137 | 20 |
| Binary | 1010001 | 1010 | 10 | 0 | 1011000 | 1100010 | 1000100 | 110 | 1011111 | 10000 |
Color Harmonies of #510A02
Complementary color
Monochromatic Colors of #510A02
Black with #510A02
Text Example
Text Example
White with #510A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A02; }
p { color: rgb(81,10,2); }
H1.HeaderClassName
{
color: #510A02;
}
.AnyTagClassName
{
color: #510A02;
}
</style>
background-color css
<style>
a { background-color: #510A02; }
a { background-color: rgb(81,10,2); }
div.DivClassName
{
background-color: #510A02;
}
.BgClassName
{
background-color: #510A02;
}
</style>
border-color css
<style>
span { border-color: #510A02; }
span { border-color: rgb(81,10,2); }
td.TdClassName
{
border-color: #510A02;
}
.TagClassName
{
border-color: #510A02;
}
</style>