#070001

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

Shades of Rustic Red #070001

Tints of Rustic Red #070001

Color information

#070001 (or 0x070001) is unknown color: approx Rustic Red. HEX triplet: 07, 00 and 01. RGB value is (7,0,1). Sum of RGB (Red+Green+Blue) = 7+0+1=8 (1% of max value = 765). Red value is 7 (3.12% from 255 or 87.5% from 8); Green value is 0 (0.39% from 255 or 0% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 7 - color contains mainly: red. Hex color #070001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070001 is #F8FFFE. Grayscale: #020202. Windows color (decimal): -16318463 or 65543. OLE color: 65543.

HSL color Cylindrical-coordinate representation of color #070001: hue angle of 351.43º 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 #070001 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.97.

Color convert

RGB701-
CMYK010.860.97
HSL351.43º100%1.37%-
HSV(B)351.43º100%2.75%-
XYZ0.090.050.03-
YUV2.21127.32131.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 87.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 12.5%
R=87.5%
G=0%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal701010.860.97351.431001.37
Hex701064566115f641
Octal70101441261415371441
Binary11101011001001010110110000110101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070001; }

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

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

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

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

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

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

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

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