#520602

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

Shades of Red Oxide #520602

Tints of Red Oxide #520602

Color information

#520602 (or 0x520602) is unknown color: approx Red Oxide. HEX triplet: 52, 06 and 02. RGB value is (82,6,2). Sum of RGB (Red+Green+Blue) = 82+6+2=90 (11% of max value = 765). Red value is 82 (32.42% from 255 or 91.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 82 - color contains mainly: red. Hex color #520602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520602 is #ADF9FD. Grayscale: #1C1C1C. Windows color (decimal): -11401726 or 132690. OLE color: 132690.

HSL color Cylindrical-coordinate representation of color #520602: hue angle of 3º 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 #520602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB8262-
CMYK00.930.980.68
HSL95.24%16.47%-
HSV(B)97.56%32.16%-
XYZ3.561.930.24-
YUV28.27113.18166.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 91.11%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=91.11%
G=6.67%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal826200.930.980.68395.2416.47
Hex526205D624435f10
Octal122620135142104313720
Binary101001011010010111011100010100010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520602; }

 p { color: rgb(82,6,2); }

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

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

 a { background-color: rgb(82,6,2); }

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

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

 span { border-color: rgb(82,6,2); }

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