Html Css Color HEX #1E090B Rustic Red

📋 copy color: '#1E090B'

red 30 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #1E090B

Tints of Rustic Red #1E090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18%

 BLUE value IS 11 (4.69% from 255) = 22%

R = 60%
G = 18%
B = 22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.88

RGB Variations

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

Color information

#1E090B (or 0x1E090B) is known color: Rustic Red. HEX triplet: 1E, 09 and 0B. RGB value is (30,9,11). Sum of RGB (Red+Green+Blue) = 30+9+11=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E090B is #E1F6F4. Grayscale: #0F0F0F. Windows color (decimal): -14808821 or 723230. OLE color: 723230.

HSL color Cylindrical-coordinate representation of color #1E090B: hue angle of 354.29º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E090B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 9 11 -
CMYK 0 0.70 0.63 0.88
HSL 354.29º 0.54% 0.08% -
HSV(B) 354.29º 0.7% 0.12% -
XYZ 0.69 0.5 0.38 -
YUV 15.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 30 9 11 0 0.70 0.63 0.88 354.29 0.54 0.08
Hex 1E 9 B 0 46 3F 58 162 36 8
Octal 36 11 13 0 106 77 130 542 66 10
Binary 11110 1001 1011 0 1000110 111111 1011000 101100010 110110 1000

Color Harmonies of #1E090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E090B

Black with #1E090B

Text Example


Text Example

White with #1E090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,9,11); }

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

background-color css

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

 a { background-color: rgb(30,9,11); }

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

border-color css

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

 span { border-color: rgb(30,9,11); }

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