#1E0913

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

Shades of Rustic Red #1E0913

Tints of Rustic Red #1E0913

Color information

#1E0913 (or 0x1E0913) is unknown color: approx Rustic Red. HEX triplet: 1E, 09 and 13. RGB value is (30,9,19). Sum of RGB (Red+Green+Blue) = 30+9+19=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0913 is #E1F6EC. Grayscale: #101010. Windows color (decimal): -14808813 or 1247518. OLE color: 1247518.

HSL color Cylindrical-coordinate representation of color #1E0913: hue angle of 331.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0913 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB30919-
CMYK00.700.370.88
HSL331.43º53.85%7.65%-
HSV(B)331.43º70%11.76%-
XYZ0.750.520.68-
YUV16.42129.46137.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 51.72%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=51.72%
G=15.52%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3091900.700.370.88331.4353.857.65
Hex1E913046255814b368
Octal3611230106451305136610
Binary111101001100110100011010010110110001010010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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