#520603

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

Shades of Red Oxide #520603

Tints of Red Oxide #520603

Color information

#520603 (or 0x520603) is unknown color: approx Red Oxide. HEX triplet: 52, 06 and 03. RGB value is (82,6,3). Sum of RGB (Red+Green+Blue) = 82+6+3=91 (12% of max value = 765). Red value is 82 (32.42% from 255 or 90.11% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 82 - color contains mainly: red. Hex color #520603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520603 is #ADF9FC. Grayscale: #1C1C1C. Windows color (decimal): -11401725 or 198226. OLE color: 198226.

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

Color convert

RGB8263-
CMYK00.930.960.68
HSL2.28º92.94%16.67%-
HSV(B)2.28º96.34%32.16%-
XYZ3.561.930.27-
YUV28.38113.68166.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 90.11%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=90.11%
G=6.59%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal826300.930.960.682.2892.9416.67
Hex526305D604425d11
Octal122630135140104213521
Binary101001011011010111011100000100010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520603; }

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

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

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

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

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

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

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

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