#520A04

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

Shades of Red Oxide #520A04

Tints of Red Oxide #520A04

Color information

#520A04 (or 0x520A04) is unknown color: approx Red Oxide. HEX triplet: 52, 0A and 04. RGB value is (82,10,4). Sum of RGB (Red+Green+Blue) = 82+10+4=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A04 is #ADF5FB. Grayscale: #1E1E1E. Windows color (decimal): -11400700 or 264786. OLE color: 264786.

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

Color convert

RGB82104-
CMYK00.880.950.68
HSL4.62º90.7%16.86%-
HSV(B)4.62º95.12%32.16%-
XYZ3.612.020.31-
YUV30.84112.85164.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 85.42%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=85.42%
G=10.42%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8210400.880.950.684.6290.716.86
Hex52A40585F4455b11
Octal1221240130137104513321
Binary101001010101000101100010111111000100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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