Html Css Color HEX #070002 Rustic Red

📋 copy color: '#070002'

red 7 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #070002

Tints of Rustic Red #070002

RGB

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

 M value IS 1

 Y value IS 0.71

 K value IS 0.97

RGB Variations

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

Color information

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

RGB 7 0 2 -
CMYK 0 1 0.71 0.97
HSL 342.86º 1% 0.01% -
HSV(B) 342.86º 1% 0.03% -
XYZ 0.1 0.05 0.06 -
YUV 2.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 7 0 2 0 1 0.71 0.97 342.86 1 0.01
Hex 7 0 2 0 64 47 61 157 64 1
Octal 7 0 2 0 144 107 141 527 144 1
Binary 111 0 10 0 1100100 1000111 1100001 101010111 1100100 1

Color Harmonies of #070002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070002

Black with #070002

Text Example


Text Example

White with #070002

Text Example


Text Example

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