#520103

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

Shades of Rustic Red #520103

Tints of Rustic Red #520103

Color information

#520103 (or 0x520103) is unknown color: approx Rustic Red. HEX triplet: 52, 01 and 03. RGB value is (82,1,3). Sum of RGB (Red+Green+Blue) = 82+1+3=86 (11% of max value = 765). Red value is 82 (32.42% from 255 or 95.35% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 82 - color contains mainly: red. Hex color #520103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520103 is #ADFEFC. Grayscale: #191919. Windows color (decimal): -11403005 or 196946. OLE color: 196946.

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

Color convert

RGB8213-
CMYK00.990.960.68
HSL358.52º97.59%16.27%-
HSV(B)358.52º98.78%32.16%-
XYZ3.511.820.25-
YUV25.45115.34168.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 95.35%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=95.35%
G=1.16%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821300.990.960.68358.5297.5916.27
Hex521306360441676210
Octal12213014314010454714220
Binary10100101110110001111000001000100101100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520103; }

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

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

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

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

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

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

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

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