Html Css Color HEX #1E1013 Rustic Red

📋 copy color: '#1E1013'

red 30 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #1E1013

Tints of Rustic Red #1E1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.62%

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 46.15%
G = 24.62%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#1E1013 (or 0x1E1013) is known color: Rustic Red. HEX triplet: 1E, 10 and 13. RGB value is (30,16,19). Sum of RGB (Red+Green+Blue) = 30+16+19=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1013 is #E1EFEC. Grayscale: #141414. Windows color (decimal): -14807021 or 1249310. OLE color: 1249310.

HSL color Cylindrical-coordinate representation of color #1E1013: hue angle of 347.14º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E1013 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 16 19 -
CMYK 0 0.47 0.37 0.88
HSL 347.14º 0.3% 0.09% -
HSV(B) 347.14º 0.47% 0.12% -
XYZ 0.84 0.69 0.71 -
YUV 20.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 30 16 19 0 0.47 0.37 0.88 347.14 0.3 0.09
Hex 1E 10 13 0 2F 25 58 15B 1E 9
Octal 36 20 23 0 57 45 130 533 36 11
Binary 11110 10000 10011 0 101111 100101 1011000 101011011 11110 1001

Color Harmonies of #1E1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1013

Black with #1E1013

Text Example


Text Example

White with #1E1013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,16,19); }

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

background-color css

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

 a { background-color: rgb(30,16,19); }

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

border-color css

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

 span { border-color: rgb(30,16,19); }

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