#070102

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

Shades of Rustic Red #070102

Tints of Rustic Red #070102

Color information

#070102 (or 0x070102) is unknown color: approx Rustic Red. HEX triplet: 07, 01 and 02. RGB value is (7,1,2). Sum of RGB (Red+Green+Blue) = 7+1+2=10 (1% of max value = 765). Red value is 7 (3.12% from 255 or 70% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 7 - color contains mainly: red. Hex color #070102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070102 is #F8FEFD. Grayscale: #020202. Windows color (decimal): -16318206 or 131335. OLE color: 131335.

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

Color convert

RGB712-
CMYK00.860.710.97
HSL350º75%1.57%-
HSV(B)350º85.71%2.75%-
XYZ0.110.070.07-
YUV2.91127.49130.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 70%
GREEN value IS 1 (0.78% from 255) = 10%
BLUE value IS 2 (1.17% from 255) = 20%
R=70%
G=10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal71200.860.710.97350751.57
Hex712056476115e4b2
Octal71201261071415361132
Binary1111100101011010001111100001101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070102; }

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

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

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

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

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

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

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

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