Html Css Color HEX #1E1316 Rustic Red

📋 copy color: '#1E1316'

red 30 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #1E1316

Tints of Rustic Red #1E1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.76%

 BLUE value IS 22 (8.98% from 255) = 30.99%

R = 42.25%
G = 26.76%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.88

RGB Variations

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

Color information

#1E1316 (or 0x1E1316) is known color: Rustic Red. HEX triplet: 1E, 13 and 16. RGB value is (30,19,22). Sum of RGB (Red+Green+Blue) = 30+19+22=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1316 is #E1ECE9. Grayscale: #161616. Windows color (decimal): -14806250 or 1446686. OLE color: 1446686.

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

Color convert

RGB 30 19 22 -
CMYK 0 0.37 0.27 0.88
HSL 343.64º 0.22% 0.1% -
HSV(B) 343.64º 0.37% 0.12% -
XYZ 0.91 0.8 0.87 -
YUV 22.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 30 19 22 0 0.37 0.27 0.88 343.64 0.22 0.1
Hex 1E 13 16 0 25 1B 58 158 16 A
Octal 36 23 26 0 45 33 130 530 26 12
Binary 11110 10011 10110 0 100101 11011 1011000 101011000 10110 1010

Color Harmonies of #1E1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1316

Black with #1E1316

Text Example


Text Example

White with #1E1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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