Shades of Red Oxide #521103
Tints of Red Oxide #521103
RGB
CMYK
RGB Variations
Color information
#521103 (or 0x521103) is known color: Red Oxide. HEX triplet: 52, 11 and 03. RGB value is (82,17,3). Sum of RGB (Red+Green+Blue) = 82+17+3=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521103 is #ADEEFC. Grayscale: #222222. Windows color (decimal): -11398909 or 201042. OLE color: 201042.
HSL color Cylindrical-coordinate representation of color #521103: hue angle of 10.63º 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 #521103 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 3 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.68 |
| HSL | 10.63º | 0.93% | 0.17% | - |
| HSV(B) | 10.63º | 0.96% | 0.32% | - |
| XYZ | 3.7 | 2.2 | 0.32 | - |
| YUV | 34.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 3 | 0 | 0.79 | 0.96 | 0.68 | 10.63 | 0.93 | 0.17 |
| Hex | 52 | 11 | 3 | 0 | 4F | 60 | 44 | B | 5D | 11 |
| Octal | 122 | 21 | 3 | 0 | 117 | 140 | 104 | 13 | 135 | 21 |
| Binary | 1010010 | 10001 | 11 | 0 | 1001111 | 1100000 | 1000100 | 1011 | 1011101 | 10001 |
Color Harmonies of #521103
Complementary color
Monochromatic Colors of #521103
Black with #521103
Text Example
Text Example
White with #521103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521103; }
p { color: rgb(82,17,3); }
H1.HeaderClassName
{
color: #521103;
}
.AnyTagClassName
{
color: #521103;
}
</style>
background-color css
<style>
a { background-color: #521103; }
a { background-color: rgb(82,17,3); }
div.DivClassName
{
background-color: #521103;
}
.BgClassName
{
background-color: #521103;
}
</style>
border-color css
<style>
span { border-color: #521103; }
span { border-color: rgb(82,17,3); }
td.TdClassName
{
border-color: #521103;
}
.TagClassName
{
border-color: #521103;
}
</style>