#520F0A

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

Shades of Red Oxide #520F0A

Tints of Red Oxide #520F0A

Color information

#520F0A (or 0x520F0A) is unknown color: approx Red Oxide. HEX triplet: 52, 0F and 0A. RGB value is (82,15,10). Sum of RGB (Red+Green+Blue) = 82+15+10=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520F0A is #ADF0F5. Grayscale: #222222. Windows color (decimal): -11399414 or 659282. OLE color: 659282.

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

Color convert

RGB821510-
CMYK00.820.880.68
HSL4.17º78.26%18.04%-
HSV(B)4.17º87.8%32.16%-
XYZ3.712.160.51-
YUV34.46114.2161.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 76.64%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=76.64%
G=14.02%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82151000.820.880.684.1778.2618.04
Hex52FA052584444e12
Octal12217120122130104411622
Binary1010010111110100101001010110001000100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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