#520102

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

Shades of Rustic Red #520102

Tints of Rustic Red #520102

Color information

#520102 (or 0x520102) is unknown color: approx Rustic Red. HEX triplet: 52, 01 and 02. RGB value is (82,1,2). Sum of RGB (Red+Green+Blue) = 82+1+2=85 (11% of max value = 765). Red value is 82 (32.42% from 255 or 96.47% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 82 - color contains mainly: red. Hex color #520102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520102 is #ADFEFD. Grayscale: #191919. Windows color (decimal): -11403006 or 131410. OLE color: 131410.

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

Color convert

RGB8212-
CMYK00.990.980.68
HSL359.26º97.59%16.27%-
HSV(B)359.26º98.78%32.16%-
XYZ3.51.820.22-
YUV25.33114.84168.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 96.47%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 2 (1.17% from 255) = 2.35%
R=96.47%
G=1.18%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821200.990.980.68359.2697.5916.27
Hex521206362441676210
Octal12212014314210454714220
Binary10100101100110001111000101000100101100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520102; }

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

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

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

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

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

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

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

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