#080002

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

Shades of Rustic Red #080002

Tints of Rustic Red #080002

Color information

#080002 (or 0x080002) is unknown color: approx Rustic Red. HEX triplet: 08, 00 and 02. RGB value is (8,0,2). Sum of RGB (Red+Green+Blue) = 8+0+2=10 (1% of max value = 765). Red value is 8 (3.52% from 255 or 80% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 8 - color contains mainly: red. Hex color #080002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080002 is #F7FFFD. Grayscale: #020202. Windows color (decimal): -16252926 or 131080. OLE color: 131080.

HSL color Cylindrical-coordinate representation of color #080002: hue angle of 345º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080002 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.97.

Color convert

RGB802-
CMYK010.750.97
HSL345º100%1.57%-
HSV(B)345º100%3.14%-
XYZ0.110.060.06-
YUV2.62127.65131.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal802010.750.973451001.57
Hex8020644B61159642
Octal100201441131415311442
Binary10000100110010010010111100001101011001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080002; }

 p { color: rgb(8,0,2); }

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

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

 a { background-color: rgb(8,0,2); }

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

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

 span { border-color: rgb(8,0,2); }

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