Html Css Color HEX #1E000A Rustic Red

📋 copy color: '#1E000A'

red 30 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #1E000A

Tints of Rustic Red #1E000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.88

RGB Variations

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

Color information

#1E000A (or 0x1E000A) is known color: Rustic Red. HEX triplet: 1E, 00 and 0A. RGB value is (30,0,10). Sum of RGB (Red+Green+Blue) = 30+0+10=40 (5% of max value = 765). Red value is 30 (12.11% from 255 or 75% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000A is #E1FFF5. Grayscale: #0A0A0A. Windows color (decimal): -14811126 or 655390. OLE color: 655390.

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

Color convert

RGB 30 0 10 -
CMYK 0 1 0.67 0.88
HSL 340º 1% 0.06% -
HSV(B) 340º 1% 0.12% -
XYZ 0.59 0.3 0.31 -
YUV 10.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 30 0 10 0 1 0.67 0.88 340 1 0.06
Hex 1E 0 A 0 64 43 58 154 64 6
Octal 36 0 12 0 144 103 130 524 144 6
Binary 11110 0 1010 0 1100100 1000011 1011000 101010100 1100100 110

Color Harmonies of #1E000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E000A

Black with #1E000A

Text Example


Text Example

White with #1E000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,10); }

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

background-color css

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

 a { background-color: rgb(30,0,10); }

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

border-color css

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

 span { border-color: rgb(30,0,10); }

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