#520B05

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

Shades of Red Oxide #520B05

Tints of Red Oxide #520B05

Color information

#520B05 (or 0x520B05) is unknown color: approx Red Oxide. HEX triplet: 52, 0B and 05. RGB value is (82,11,5). Sum of RGB (Red+Green+Blue) = 82+11+5=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B05 is #ADF4FA. Grayscale: #1F1F1F. Windows color (decimal): -11400443 or 330578. OLE color: 330578.

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

Color convert

RGB82115-
CMYK00.870.940.68
HSL4.68º88.51%17.06%-
HSV(B)4.68º93.9%32.16%-
XYZ3.632.040.35-
YUV31.54113.02163.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 83.67%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=83.67%
G=11.22%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8211500.870.940.684.6888.5117.06
Hex52B50575E4455911
Octal1221350127136104513121
Binary101001010111010101011110111101000100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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