Html Css Color HEX #1E070C Rustic Red

📋 copy color: '#1E070C'

red 30 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #1E070C

Tints of Rustic Red #1E070C

RGB

 RED value IS 30 (12.11% from 255) = 61.22%

 GREEN value IS 7 (3.13% from 255) = 14.29%

 BLUE value IS 12 (5.08% from 255) = 24.49%

R = 61.22%
G = 14.29%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.88

RGB Variations

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

Color information

#1E070C (or 0x1E070C) is known color: Rustic Red. HEX triplet: 1E, 07 and 0C. RGB value is (30,7,12). Sum of RGB (Red+Green+Blue) = 30+7+12=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070C is #E1F8F3. Grayscale: #0E0E0E. Windows color (decimal): -14809332 or 788254. OLE color: 788254.

HSL color Cylindrical-coordinate representation of color #1E070C: hue angle of 346.96º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E070C is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 7 12 -
CMYK 0 0.77 0.60 0.88
HSL 346.96º 0.62% 0.07% -
HSV(B) 346.96º 0.77% 0.12% -
XYZ 0.68 0.45 0.4 -
YUV 14.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 30 7 12 0 0.77 0.60 0.88 346.96 0.62 0.07
Hex 1E 7 C 0 4D 3C 58 15B 3E 7
Octal 36 7 14 0 115 74 130 533 76 7
Binary 11110 111 1100 0 1001101 111100 1011000 101011011 111110 111

Color Harmonies of #1E070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E070C

Black with #1E070C

Text Example


Text Example

White with #1E070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E070C; }

 p { color: rgb(30,7,12); }

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

background-color css

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

 a { background-color: rgb(30,7,12); }

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

border-color css

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

 span { border-color: rgb(30,7,12); }

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