#070002

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

Shades of Rustic Red #070002

Tints of Rustic Red #070002

Color information

#070002 (or 0x070002) is unknown color: approx Rustic Red. HEX triplet: 07, 00 and 02. RGB value is (7,0,2). Sum of RGB (Red+Green+Blue) = 7+0+2=9 (1% of max value = 765). Red value is 7 (3.12% from 255 or 77.78% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 7 - color contains mainly: red. Hex color #070002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070002 is #F8FFFD. Grayscale: #020202. Windows color (decimal): -16318462 or 131079. OLE color: 131079.

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

Color convert

RGB702-
CMYK010.710.97
HSL342.86º100%1.37%-
HSV(B)342.86º100%2.75%-
XYZ0.10.050.06-
YUV2.32127.82131.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 77.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 22.22%
R=77.78%
G=0%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal702010.710.97342.861001.37
Hex7020644761157641
Octal70201441071415271441
Binary111010011001001000111110000110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070002; }

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

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

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

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

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

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

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

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