#1E030A

Color #1E030A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1E030A

Tints of Rustic Red #1E030A

Color information

#1E030A (or 0x1E030A) is unknown color: approx Rustic Red. HEX triplet: 1E, 03 and 0A. RGB value is (30,3,10). Sum of RGB (Red+Green+Blue) = 30+3+10=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030A is #E1FCF5. Grayscale: #0B0B0B. Windows color (decimal): -14810358 or 656158. OLE color: 656158.

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

Color convert

RGB30310-
CMYK00.900.670.88
HSL344.44º81.82%6.47%-
HSV(B)344.44º90%11.76%-
XYZ0.620.360.32-
YUV11.87126.95140.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 69.77%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=69.77%
G=6.98%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031000.900.670.88344.4481.826.47
Hex1E3A05A4358158526
Octal3631201321031305301226
Binary1111011101001011010100001110110001010110001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E030A;
 }
 .AnyTagClassName
 {
   color: #1E030A;
 }
</style>
background-color css

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

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

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

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

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

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