#070003

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

Shades of Rustic Red #070003

Tints of Rustic Red #070003

Color information

#070003 (or 0x070003) is unknown color: approx Rustic Red. HEX triplet: 07, 00 and 03. RGB value is (7,0,3). Sum of RGB (Red+Green+Blue) = 7+0+3=10 (1% of max value = 765). Red value is 7 (3.12% from 255 or 70% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 3 (1.56% from 255 or 30% from 10); Max value from RGB is 7 - color contains mainly: red. Hex color #070003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070003 is #F8FFFC. Grayscale: #020202. Windows color (decimal): -16318461 or 196615. OLE color: 196615.

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

Color convert

RGB703-
CMYK010.570.97
HSL334.29º100%1.37%-
HSV(B)334.29º100%2.75%-
XYZ0.10.050.09-
YUV2.44128.32131.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal703010.570.97334.291001.37
Hex703064396114e641
Octal7030144711415161441
Binary11101101100100111001110000110100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070003; }

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

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

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

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

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

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

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

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