#520A06

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

Shades of Red Oxide #520A06

Tints of Red Oxide #520A06

Color information

#520A06 (or 0x520A06) is unknown color: approx Red Oxide. HEX triplet: 52, 0A and 06. RGB value is (82,10,6). Sum of RGB (Red+Green+Blue) = 82+10+6=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520A06 is #ADF5F9. Grayscale: #1F1F1F. Windows color (decimal): -11400698 or 395858. OLE color: 395858.

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

Color convert

RGB82106-
CMYK00.880.930.68
HSL3.16º86.36%17.25%-
HSV(B)3.16º92.68%32.16%-
XYZ3.622.020.37-
YUV31.07113.85164.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 83.67%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=83.67%
G=10.20%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8210600.880.930.683.1686.3617.25
Hex52A60585D4435611
Octal1221260130135104312621
Binary10100101010110010110001011101100010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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