Html Css Color HEX #1E0109 Rustic Red

📋 copy color: '#1E0109'

red 30 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #1E0109

Tints of Rustic Red #1E0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.5%

 BLUE value IS 9 (3.91% from 255) = 22.5%

R = 75%
G = 2.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1E0109 (or 0x1E0109) is known color: Rustic Red. HEX triplet: 1E, 01 and 09. RGB value is (30,1,9). Sum of RGB (Red+Green+Blue) = 30+1+9=40 (5% of max value = 765). Red value is 30 (12.11% from 255 or 75% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0109 is #E1FEF6. Grayscale: #0A0A0A. Windows color (decimal): -14810871 or 590110. OLE color: 590110.

HSL color Cylindrical-coordinate representation of color #1E0109: hue angle of 343.45º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0109 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 1 9 -
CMYK 0 0.97 0.70 0.88
HSL 343.45º 0.94% 0.06% -
HSV(B) 343.45º 0.97% 0.12% -
XYZ 0.6 0.32 0.29 -
YUV 10.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 30 1 9 0 0.97 0.70 0.88 343.45 0.94 0.06
Hex 1E 1 9 0 61 46 58 157 5E 6
Octal 36 1 11 0 141 106 130 527 136 6
Binary 11110 1 1001 0 1100001 1000110 1011000 101010111 1011110 110

Color Harmonies of #1E0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0109

Black with #1E0109

Text Example


Text Example

White with #1E0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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