Html Css Color HEX #070204 Rustic Red

📋 copy color: '#070204'

red 7 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #070204

Tints of Rustic Red #070204

RGB

 RED value IS 7 (3.13% from 255) = 53.85%

 GREEN value IS 2 (1.17% from 255) = 15.38%

 BLUE value IS 4 (1.95% from 255) = 30.77%

R = 53.85%
G = 15.38%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#070204 (or 0x070204) is known color: Rustic Red. HEX triplet: 07, 02 and 04. RGB value is (7,2,4). Sum of RGB (Red+Green+Blue) = 7+2+4=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070204 is #F8FDFB. Grayscale: #030303. Windows color (decimal): -16317948 or 262663. OLE color: 262663.

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

Color convert

RGB 7 2 4 -
CMYK 0 0.71 0.43 0.97
HSL 336º 0.56% 0.02% -
HSV(B) 336º 0.71% 0.03% -
XYZ 0.13 0.1 0.13 -
YUV 3.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 7 2 4 0 0.71 0.43 0.97 336 0.56 0.02
Hex 7 2 4 0 47 2B 61 150 38 2
Octal 7 2 4 0 107 53 141 520 70 2
Binary 111 10 100 0 1000111 101011 1100001 101010000 111000 10

Color Harmonies of #070204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070204

Black with #070204

Text Example


Text Example

White with #070204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070204; }

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

 H1.HeaderClassName
 {
   color: #070204;
 }
 .AnyTagClassName
 {
   color: #070204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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