#050102

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

Shades of Rustic Red #050102

Tints of Rustic Red #050102

Color information

#050102 (or 0x050102) is unknown color: approx Rustic Red. HEX triplet: 05, 01 and 02. RGB value is (5,1,2). Sum of RGB (Red+Green+Blue) = 5+1+2=8 (1% of max value = 765). Red value is 5 (2.34% from 255 or 62.5% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 5 - color contains mainly: red. Hex color #050102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050102 is #FAFEFD. Grayscale: #020202. Windows color (decimal): -16449278 or 131333. OLE color: 131333.

HSL color Cylindrical-coordinate representation of color #050102: hue angle of 345º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050102 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.98.

Color convert

RGB512-
CMYK00.800.600.98
HSL345º66.67%1.18%-
HSV(B)345º80%1.96%-
XYZ0.080.060.06-
YUV2.31127.83129.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 12.5%
BLUE value IS 2 (1.17% from 255) = 25%
R=62.5%
G=12.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal51200.800.600.9834566.671.18
Hex5120503C62159431
Octal5120120741425311031
Binary10111001010000111100110001010101100110000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050102; }

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

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

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

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

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

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

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

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