#520E03

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

Shades of Red Oxide #520E03

Tints of Red Oxide #520E03

Color information

#520E03 (or 0x520E03) is unknown color: approx Red Oxide. HEX triplet: 52, 0E and 03. RGB value is (82,14,3). Sum of RGB (Red+Green+Blue) = 82+14+3=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520E03 is #ADF1FC. Grayscale: #212121. Windows color (decimal): -11399677 or 200274. OLE color: 200274.

HSL color Cylindrical-coordinate representation of color #520E03: hue angle of 8.35º 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 #520E03 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB82143-
CMYK00.830.960.68
HSL8.35º92.94%16.67%-
HSV(B)8.35º96.34%32.16%-
XYZ3.652.110.3-
YUV33.08111.03162.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 82.83%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=82.83%
G=14.14%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8214300.830.960.688.3592.9416.67
Hex52E3053604485d11
Octal12216301231401041013521
Binary101001011101101010011110000010001001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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