Html Css Color HEX #070003 Rustic Red

📋 copy color: '#070003'

red 7 ◦ green 0 ◦ blue 3

#070003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #070003

Tints of Rustic Red #070003

RGB

 RED value IS 7 (3.13% 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 value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.97

RGB Variations

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

Color information

#070003 (or 0x070003) is known color: 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

RGB 7 0 3 -
CMYK 0 1 0.57 0.97
HSL 334.29º 1% 0.01% -
HSV(B) 334.29º 1% 0.03% -
XYZ 0.1 0.05 0.09 -
YUV 2.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 7 0 3 0 1 0.57 0.97 334.29 1 0.01
Hex 7 0 3 0 64 39 61 14E 64 1
Octal 7 0 3 0 144 71 141 516 144 1
Binary 111 0 11 0 1100100 111001 1100001 101001110 1100100 1

Color Harmonies of #070003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070003

Black with #070003

Text Example


Text Example

White with #070003

Text Example


Text Example

HTML Codes & Css Web 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>