Html Css Color HEX #070203 Rustic Red

📋 copy color: '#070203'

red 7 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #070203

Tints of Rustic Red #070203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 25%

R = 58.33%
G = 16.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.97

RGB Variations

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

Color information

#070203 (or 0x070203) is known color: Rustic Red. HEX triplet: 07, 02 and 03. RGB value is (7,2,3). Sum of RGB (Red+Green+Blue) = 7+2+3=12 (1% of max value = 765). Red value is 7 (3.12% from 255 or 58.33% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 3 (1.56% from 255 or 25% from 12); Max value from RGB is 7 - color contains mainly: red. Hex color #070203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070203 is #F8FDFC. Grayscale: #030303. Windows color (decimal): -16317949 or 197127. OLE color: 197127.

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

Color convert

RGB 7 2 3 -
CMYK 0 0.71 0.57 0.97
HSL 348º 0.56% 0.02% -
HSV(B) 348º 0.71% 0.03% -
XYZ 0.13 0.1 0.1 -
YUV 3.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 7 2 3 0 0.71 0.57 0.97 348 0.56 0.02
Hex 7 2 3 0 47 39 61 15C 38 2
Octal 7 2 3 0 107 71 141 534 70 2
Binary 111 10 11 0 1000111 111001 1100001 101011100 111000 10

Color Harmonies of #070203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070203

Black with #070203

Text Example


Text Example

White with #070203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070203; }

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

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

background-color css

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

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

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

border-color css

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

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

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