Shades of Red Oxide #521C15
Tints of Red Oxide #521C15
RGB
CMYK
RGB Variations
Color information
#521C15 (or 0x521C15) is known color: Red Oxide. HEX triplet: 52, 1C and 15. RGB value is (82,28,21). Sum of RGB (Red+Green+Blue) = 82+28+21=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521C15 is #ADE3EA. Grayscale: #2B2B2B. Windows color (decimal): -11396075 or 1383506. OLE color: 1383506.
HSL color Cylindrical-coordinate representation of color #521C15: hue angle of 6.89º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521C15 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 21 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.68 |
| HSL | 6.89º | 0.59% | 0.2% | - |
| HSV(B) | 6.89º | 0.74% | 0.32% | - |
| XYZ | 4.03 | 2.68 | 1.01 | - |
| YUV | 43.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 21 | 0 | 0.66 | 0.74 | 0.68 | 6.89 | 0.59 | 0.2 |
| Hex | 52 | 1C | 15 | 0 | 42 | 4A | 44 | 7 | 3B | 14 |
| Octal | 122 | 34 | 25 | 0 | 102 | 112 | 104 | 7 | 73 | 24 |
| Binary | 1010010 | 11100 | 10101 | 0 | 1000010 | 1001010 | 1000100 | 111 | 111011 | 10100 |
Color Harmonies of #521C15
Complementary color
Monochromatic Colors of #521C15
Black with #521C15
Text Example
Text Example
White with #521C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C15; }
p { color: rgb(82,28,21); }
H1.HeaderClassName
{
color: #521C15;
}
.AnyTagClassName
{
color: #521C15;
}
</style>
background-color css
<style>
a { background-color: #521C15; }
a { background-color: rgb(82,28,21); }
div.DivClassName
{
background-color: #521C15;
}
.BgClassName
{
background-color: #521C15;
}
</style>
border-color css
<style>
span { border-color: #521C15; }
span { border-color: rgb(82,28,21); }
td.TdClassName
{
border-color: #521C15;
}
.TagClassName
{
border-color: #521C15;
}
</style>