#520B02

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

Shades of Red Oxide #520B02

Tints of Red Oxide #520B02

Color information

#520B02 (or 0x520B02) is unknown color: approx Red Oxide. HEX triplet: 52, 0B and 02. RGB value is (82,11,2). Sum of RGB (Red+Green+Blue) = 82+11+2=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520B02 is #ADF4FD. Grayscale: #1F1F1F. Windows color (decimal): -11400446 or 133970. OLE color: 133970.

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

Color convert

RGB82112-
CMYK00.870.980.68
HSL6.75º95.24%16.47%-
HSV(B)6.75º97.56%32.16%-
XYZ3.612.040.26-
YUV31.2111.52164.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 86.32%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=86.32%
G=11.58%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8211200.870.980.686.7595.2416.47
Hex52B2057624475f10
Octal1221320127142104713720
Binary10100101011100101011111000101000100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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