Shades of Red Oxide #521812
Tints of Red Oxide #521812
RGB
CMYK
RGB Variations
Color information
#521812 (or 0x521812) is known color: Red Oxide. HEX triplet: 52, 18 and 12. RGB value is (82,24,18). Sum of RGB (Red+Green+Blue) = 82+24+18=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521812 is #ADE7ED. Grayscale: #282828. Windows color (decimal): -11397102 or 1185874. OLE color: 1185874.
HSL color Cylindrical-coordinate representation of color #521812: hue angle of 5.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521812 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 18 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.68 |
| HSL | 5.63º | 0.64% | 0.2% | - |
| HSV(B) | 5.63º | 0.78% | 0.32% | - |
| XYZ | 3.92 | 2.49 | 0.85 | - |
| YUV | 40.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 18 | 0 | 0.71 | 0.78 | 0.68 | 5.63 | 0.64 | 0.2 |
| Hex | 52 | 18 | 12 | 0 | 47 | 4E | 44 | 6 | 40 | 14 |
| Octal | 122 | 30 | 22 | 0 | 107 | 116 | 104 | 6 | 100 | 24 |
| Binary | 1010010 | 11000 | 10010 | 0 | 1000111 | 1001110 | 1000100 | 110 | 1000000 | 10100 |
Color Harmonies of #521812
Complementary color
Monochromatic Colors of #521812
Black with #521812
Text Example
Text Example
White with #521812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521812; }
p { color: rgb(82,24,18); }
H1.HeaderClassName
{
color: #521812;
}
.AnyTagClassName
{
color: #521812;
}
</style>
background-color css
<style>
a { background-color: #521812; }
a { background-color: rgb(82,24,18); }
div.DivClassName
{
background-color: #521812;
}
.BgClassName
{
background-color: #521812;
}
</style>
border-color css
<style>
span { border-color: #521812; }
span { border-color: rgb(82,24,18); }
td.TdClassName
{
border-color: #521812;
}
.TagClassName
{
border-color: #521812;
}
</style>