Html Css Color HEX #1E0809 Rustic Red

📋 copy color: '#1E0809'

red 30 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #1E0809

Tints of Rustic Red #1E0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.02%

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

R = 63.83%
G = 17.02%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.88

RGB Variations

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

Color information

#1E0809 (or 0x1E0809) is known color: Rustic Red. HEX triplet: 1E, 08 and 09. RGB value is (30,8,9). Sum of RGB (Red+Green+Blue) = 30+8+9=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0809 is #E1F7F6. Grayscale: #0E0E0E. Windows color (decimal): -14809079 or 591902. OLE color: 591902.

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

Color convert

RGB 30 8 9 -
CMYK 0 0.73 0.70 0.88
HSL 357.27º 0.58% 0.07% -
HSV(B) 357.27º 0.73% 0.12% -
XYZ 0.67 0.47 0.31 -
YUV 14.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 30 8 9 0 0.73 0.70 0.88 357.27 0.58 0.07
Hex 1E 8 9 0 49 46 58 165 3A 7
Octal 36 10 11 0 111 106 130 545 72 7
Binary 11110 1000 1001 0 1001001 1000110 1011000 101100101 111010 111

Color Harmonies of #1E0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0809

Black with #1E0809

Text Example


Text Example

White with #1E0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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