#520E0A

Color #520E0A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #520E0A

Tints of Red Oxide #520E0A

Color information

#520E0A (or 0x520E0A) is unknown color: approx Red Oxide. HEX triplet: 52, 0E and 0A. RGB value is (82,14,10). Sum of RGB (Red+Green+Blue) = 82+14+10=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #520E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E0A is #ADF1F5. Grayscale: #212121. Windows color (decimal): -11399670 or 659026. OLE color: 659026.

HSL color Cylindrical-coordinate representation of color #520E0A: hue angle of 3.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E0A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB821410-
CMYK00.830.880.68
HSL3.33º78.26%18.04%-
HSV(B)3.33º87.8%32.16%-
XYZ3.692.130.5-
YUV33.88114.53162.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=77.36%
G=13.21%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82141000.830.880.683.3378.2618.04
Hex52EA053584434e12
Octal12216120123130104311622
Binary101001011101010010100111011000100010011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520E0A; }

 p { color: rgb(82,14,10); }

 H1.HeaderClassName
 {
   color: #520E0A;
 }
 .AnyTagClassName
 {
   color: #520E0A;
 }
</style>
background-color css

<style>
 a { background-color: #520E0A; }

 a { background-color: rgb(82,14,10); }

 div.DivClassName
 {
   background-color: #520E0A;
 }
 .BgClassName
 {
   background-color: #520E0A;
 }
</style>
border-color css

<style>
 span { border-color: #520E0A; }

 span { border-color: rgb(82,14,10); }

 td.TdClassName
 {
   border-color: #520E0A;
 }
 .TagClassName
 {
   border-color: #520E0A;
 }
</style>