#1E0A0C

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

Shades of Rustic Red #1E0A0C

Tints of Rustic Red #1E0A0C

Color information

#1E0A0C (or 0x1E0A0C) is unknown color: approx Rustic Red. HEX triplet: 1E, 0A and 0C. RGB value is (30,10,12). Sum of RGB (Red+Green+Blue) = 30+10+12=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A0C is #E1F5F3. Grayscale: #101010. Windows color (decimal): -14808564 or 789022. OLE color: 789022.

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

Color convert

RGB301012-
CMYK00.670.600.88
HSL354º50%7.84%-
HSV(B)354º66.67%11.76%-
XYZ0.710.520.41-
YUV16.21125.63137.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 57.69%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=57.69%
G=19.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30101200.670.600.88354507.84
Hex1EAC0433C58162328
Octal3612140103741305426210
Binary11110101011000100001111110010110001011000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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