Html Css Color HEX #1E0D11 Rustic Red

📋 copy color: '#1E0D11'

red 30 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #1E0D11

Tints of Rustic Red #1E0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.67%

 BLUE value IS 17 (7.03% from 255) = 28.33%

R = 50%
G = 21.67%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#1E0D11 (or 0x1E0D11) is known color: Rustic Red. HEX triplet: 1E, 0D and 11. RGB value is (30,13,17). Sum of RGB (Red+Green+Blue) = 30+13+17=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D11 is #E1F2EE. Grayscale: #121212. Windows color (decimal): -14807791 or 1117470. OLE color: 1117470.

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

Color convert

RGB 30 13 17 -
CMYK 0 0.57 0.43 0.88
HSL 345.88º 0.4% 0.08% -
HSV(B) 345.88º 0.57% 0.12% -
XYZ 0.78 0.6 0.61 -
YUV 18.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 30 13 17 0 0.57 0.43 0.88 345.88 0.4 0.08
Hex 1E D 11 0 39 2B 58 15A 28 8
Octal 36 15 21 0 71 53 130 532 50 10
Binary 11110 1101 10001 0 111001 101011 1011000 101011010 101000 1000

Color Harmonies of #1E0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0D11

Black with #1E0D11

Text Example


Text Example

White with #1E0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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