Html Css Color HEX #070304 Rustic Red

📋 copy color: '#070304'

red 7 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #070304

Tints of Rustic Red #070304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 21.43%

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

R = 50%
G = 21.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#070304 (or 0x070304) is known color: Rustic Red. HEX triplet: 07, 03 and 04. RGB value is (7,3,4). Sum of RGB (Red+Green+Blue) = 7+3+4=14 (1% of max value = 765). Red value is 7 (3.12% from 255 or 50% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 7 - color contains mainly: red. Hex color #070304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070304 is #F8FCFB. Grayscale: #040404. Windows color (decimal): -16317692 or 262919. OLE color: 262919.

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

Color convert

RGB 7 3 4 -
CMYK 0 0.57 0.43 0.97
HSL 345º 0.4% 0.02% -
HSV(B) 345º 0.57% 0.03% -
XYZ 0.14 0.12 0.13 -
YUV 4.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 7 3 4 0 0.57 0.43 0.97 345 0.4 0.02
Hex 7 3 4 0 39 2B 61 159 28 2
Octal 7 3 4 0 71 53 141 531 50 2
Binary 111 11 100 0 111001 101011 1100001 101011001 101000 10

Color Harmonies of #070304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070304

Black with #070304

Text Example


Text Example

White with #070304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070304; }

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

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

background-color css

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

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

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

border-color css

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

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

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