Shades of Red Oxide #521302
Tints of Red Oxide #521302
RGB
CMYK
RGB Variations
Color information
#521302 (or 0x521302) is known color: Red Oxide. HEX triplet: 52, 13 and 02. RGB value is (82,19,2). Sum of RGB (Red+Green+Blue) = 82+19+2=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #521302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521302 is #ADECFD. Grayscale: #242424. Windows color (decimal): -11398398 or 136018. OLE color: 136018.
HSL color Cylindrical-coordinate representation of color #521302: hue angle of 12.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #521302 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.68 |
| HSL | 12.75º | 0.95% | 0.16% | - |
| HSV(B) | 12.75º | 0.98% | 0.32% | - |
| XYZ | 3.72 | 2.26 | 0.3 | - |
| YUV | 35.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 2 | 0 | 0.77 | 0.98 | 0.68 | 12.75 | 0.95 | 0.16 |
| Hex | 52 | 13 | 2 | 0 | 4D | 62 | 44 | D | 5F | 10 |
| Octal | 122 | 23 | 2 | 0 | 115 | 142 | 104 | 15 | 137 | 20 |
| Binary | 1010010 | 10011 | 10 | 0 | 1001101 | 1100010 | 1000100 | 1101 | 1011111 | 10000 |
Color Harmonies of #521302
Complementary color
Monochromatic Colors of #521302
Black with #521302
Text Example
Text Example
White with #521302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521302; }
p { color: rgb(82,19,2); }
H1.HeaderClassName
{
color: #521302;
}
.AnyTagClassName
{
color: #521302;
}
</style>
background-color css
<style>
a { background-color: #521302; }
a { background-color: rgb(82,19,2); }
div.DivClassName
{
background-color: #521302;
}
.BgClassName
{
background-color: #521302;
}
</style>
border-color css
<style>
span { border-color: #521302; }
span { border-color: rgb(82,19,2); }
td.TdClassName
{
border-color: #521302;
}
.TagClassName
{
border-color: #521302;
}
</style>