Html Css Color HEX #1E040D Rustic Red

📋 copy color: '#1E040D'

red 30 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #1E040D

Tints of Rustic Red #1E040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.51%

 BLUE value IS 13 (5.47% from 255) = 27.66%

R = 63.83%
G = 8.51%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.88

RGB Variations

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

Color information

#1E040D (or 0x1E040D) is known color: Rustic Red. HEX triplet: 1E, 04 and 0D. RGB value is (30,4,13). Sum of RGB (Red+Green+Blue) = 30+4+13=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E040D is #E1FBF2. Grayscale: #0C0C0C. Windows color (decimal): -14810099 or 853022. OLE color: 853022.

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

Color convert

RGB 30 4 13 -
CMYK 0 0.87 0.57 0.88
HSL 339.23º 0.76% 0.07% -
HSV(B) 339.23º 0.87% 0.12% -
XYZ 0.65 0.39 0.42 -
YUV 12.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 30 4 13 0 0.87 0.57 0.88 339.23 0.76 0.07
Hex 1E 4 D 0 57 39 58 153 4C 7
Octal 36 4 15 0 127 71 130 523 114 7
Binary 11110 100 1101 0 1010111 111001 1011000 101010011 1001100 111

Color Harmonies of #1E040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E040D

Black with #1E040D

Text Example


Text Example

White with #1E040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,4,13); }

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

background-color css

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

 a { background-color: rgb(30,4,13); }

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

border-color css

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

 span { border-color: rgb(30,4,13); }

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