#520A02

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

Shades of Red Oxide #520A02

Tints of Red Oxide #520A02

Color information

#520A02 (or 0x520A02) is unknown color: approx Red Oxide. HEX triplet: 52, 0A and 02. RGB value is (82,10,2). Sum of RGB (Red+Green+Blue) = 82+10+2=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A02 is #ADF5FD. Grayscale: #1E1E1E. Windows color (decimal): -11400702 or 133714. OLE color: 133714.

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

Color convert

RGB82102-
CMYK00.880.980.68
HSL95.24%16.47%-
HSV(B)97.56%32.16%-
XYZ3.62.020.26-
YUV30.62111.85164.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 87.23%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=87.23%
G=10.64%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8210200.880.980.68695.2416.47
Hex52A2058624465f10
Octal1221220130142104613720
Binary10100101010100101100011000101000100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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