Shades of Red Oxide #521A14
Tints of Red Oxide #521A14
RGB
CMYK
RGB Variations
Color information
#521A14 (or 0x521A14) is known color: Red Oxide. HEX triplet: 52, 1A and 14. RGB value is (82,26,20). Sum of RGB (Red+Green+Blue) = 82+26+20=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #521A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A14 is #ADE5EB. Grayscale: #2A2A2A. Windows color (decimal): -11396588 or 1317458. OLE color: 1317458.
HSL color Cylindrical-coordinate representation of color #521A14: hue angle of 5.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521A14 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 20 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.68 |
| HSL | 5.81º | 0.61% | 0.2% | - |
| HSV(B) | 5.81º | 0.76% | 0.32% | - |
| XYZ | 3.98 | 2.58 | 0.95 | - |
| YUV | 42.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 20 | 0 | 0.68 | 0.76 | 0.68 | 5.81 | 0.61 | 0.2 |
| Hex | 52 | 1A | 14 | 0 | 44 | 4C | 44 | 6 | 3D | 14 |
| Octal | 122 | 32 | 24 | 0 | 104 | 114 | 104 | 6 | 75 | 24 |
| Binary | 1010010 | 11010 | 10100 | 0 | 1000100 | 1001100 | 1000100 | 110 | 111101 | 10100 |
Color Harmonies of #521A14
Complementary color
Monochromatic Colors of #521A14
Black with #521A14
Text Example
Text Example
White with #521A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A14; }
p { color: rgb(82,26,20); }
H1.HeaderClassName
{
color: #521A14;
}
.AnyTagClassName
{
color: #521A14;
}
</style>
background-color css
<style>
a { background-color: #521A14; }
a { background-color: rgb(82,26,20); }
div.DivClassName
{
background-color: #521A14;
}
.BgClassName
{
background-color: #521A14;
}
</style>
border-color css
<style>
span { border-color: #521A14; }
span { border-color: rgb(82,26,20); }
td.TdClassName
{
border-color: #521A14;
}
.TagClassName
{
border-color: #521A14;
}
</style>