#520B0A

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

Shades of Red Oxide #520B0A

Tints of Red Oxide #520B0A

Color information

#520B0A (or 0x520B0A) is unknown color: approx Red Oxide. HEX triplet: 52, 0B and 0A. RGB value is (82,11,10). Sum of RGB (Red+Green+Blue) = 82+11+10=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B0A is #ADF4F5. Grayscale: #202020. Windows color (decimal): -11400438 or 658258. OLE color: 658258.

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

Color convert

RGB821110-
CMYK00.870.880.68
HSL0.83º78.26%18.04%-
HSV(B)0.83º87.8%32.16%-
XYZ3.652.060.49-
YUV32.12115.52163.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 79.61%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=79.61%
G=10.68%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82111000.870.880.680.8378.2618.04
Hex52BA057584414e12
Octal12213120127130104111622
Binary10100101011101001010111101100010001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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