Html Css Color HEX #1E1012 Rustic Red

📋 copy color: '#1E1012'

red 30 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #1E1012

Tints of Rustic Red #1E1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 28.13%

R = 46.88%
G = 25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#1E1012 (or 0x1E1012) is known color: Rustic Red. HEX triplet: 1E, 10 and 12. RGB value is (30,16,18). Sum of RGB (Red+Green+Blue) = 30+16+18=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1012 is #E1EFED. Grayscale: #141414. Windows color (decimal): -14807022 or 1183774. OLE color: 1183774.

HSL color Cylindrical-coordinate representation of color #1E1012: hue angle of 351.43º 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 #1E1012 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 16 18 -
CMYK 0 0.47 0.40 0.88
HSL 351.43º 0.3% 0.09% -
HSV(B) 351.43º 0.47% 0.12% -
XYZ 0.83 0.69 0.66 -
YUV 20.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 30 16 18 0 0.47 0.40 0.88 351.43 0.3 0.09
Hex 1E 10 12 0 2F 28 58 15F 1E 9
Octal 36 20 22 0 57 50 130 537 36 11
Binary 11110 10000 10010 0 101111 101000 1011000 101011111 11110 1001

Color Harmonies of #1E1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1012

Black with #1E1012

Text Example


Text Example

White with #1E1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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