#520902

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

Shades of Red Oxide #520902

Tints of Red Oxide #520902

Color information

#520902 (or 0x520902) is unknown color: approx Red Oxide. HEX triplet: 52, 09 and 02. RGB value is (82,9,2). Sum of RGB (Red+Green+Blue) = 82+9+2=93 (12% of max value = 765). Red value is 82 (32.42% from 255 or 88.17% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 82 - color contains mainly: red. Hex color #520902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520902 is #ADF6FD. Grayscale: #1E1E1E. Windows color (decimal): -11400958 or 133458. OLE color: 133458.

HSL color Cylindrical-coordinate representation of color #520902: hue angle of 5.25º 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 #520902 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB8292-
CMYK00.890.980.68
HSL5.25º95.24%16.47%-
HSV(B)5.25º97.56%32.16%-
XYZ3.591.990.25-
YUV30.03112.18165.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 88.17%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=88.17%
G=9.68%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal829200.890.980.685.2595.2416.47
Hex5292059624455f10
Octal1221120131142104513720
Binary10100101001100101100111000101000100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520902; }

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

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

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

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

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

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

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

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