#520108

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

Shades of Rustic Red #520108

Tints of Rustic Red #520108

Color information

#520108 (or 0x520108) is unknown color: approx Rustic Red. HEX triplet: 52, 01 and 08. RGB value is (82,1,8). Sum of RGB (Red+Green+Blue) = 82+1+8=91 (12% of max value = 765). Red value is 82 (32.42% from 255 or 90.11% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 82 - color contains mainly: red. Hex color #520108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520108 is #ADFEF7. Grayscale: #1A1A1A. Windows color (decimal): -11403000 or 524626. OLE color: 524626.

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

Color convert

RGB8218-
CMYK00.990.900.68
HSL354.81º97.59%16.27%-
HSV(B)354.81º98.78%32.16%-
XYZ3.531.830.4-
YUV26.02117.84167.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 90.11%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=90.11%
G=1.10%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821800.990.900.68354.8197.5916.27
Hex52180635A441636210
Octal122110014313210454314220
Binary1010010110000110001110110101000100101100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520108; }

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

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

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

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

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

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

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

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