Shades of Red Oxide #520C03
Tints of Red Oxide #520C03
RGB
CMYK
RGB Variations
Color information
#520C03 (or 0x520C03) is known color: Red Oxide. HEX triplet: 52, 0C and 03. RGB value is (82,12,3). Sum of RGB (Red+Green+Blue) = 82+12+3=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #520C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C03 is #ADF3FC. Grayscale: #202020. Windows color (decimal): -11400189 or 199762. OLE color: 199762.
HSL color Cylindrical-coordinate representation of color #520C03: hue angle of 6.84º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520C03 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 3 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.68 |
| HSL | 6.84º | 0.93% | 0.17% | - |
| HSV(B) | 6.84º | 0.96% | 0.32% | - |
| XYZ | 3.63 | 2.06 | 0.29 | - |
| YUV | 31.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 3 | 0 | 0.85 | 0.96 | 0.68 | 6.84 | 0.93 | 0.17 |
| Hex | 52 | C | 3 | 0 | 55 | 60 | 44 | 7 | 5D | 11 |
| Octal | 122 | 14 | 3 | 0 | 125 | 140 | 104 | 7 | 135 | 21 |
| Binary | 1010010 | 1100 | 11 | 0 | 1010101 | 1100000 | 1000100 | 111 | 1011101 | 10001 |
Color Harmonies of #520C03
Complementary color
Monochromatic Colors of #520C03
Black with #520C03
Text Example
Text Example
White with #520C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C03; }
p { color: rgb(82,12,3); }
H1.HeaderClassName
{
color: #520C03;
}
.AnyTagClassName
{
color: #520C03;
}
</style>
background-color css
<style>
a { background-color: #520C03; }
a { background-color: rgb(82,12,3); }
div.DivClassName
{
background-color: #520C03;
}
.BgClassName
{
background-color: #520C03;
}
</style>
border-color css
<style>
span { border-color: #520C03; }
span { border-color: rgb(82,12,3); }
td.TdClassName
{
border-color: #520C03;
}
.TagClassName
{
border-color: #520C03;
}
</style>