#1E0709

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

Shades of Rustic Red #1E0709

Tints of Rustic Red #1E0709

Color information

#1E0709 (or 0x1E0709) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 09. RGB value is (30,7,9). Sum of RGB (Red+Green+Blue) = 30+7+9=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0709 is #E1F8F6. Grayscale: #0E0E0E. Windows color (decimal): -14809335 or 591646. OLE color: 591646.

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

Color convert

RGB3079-
CMYK00.770.700.88
HSL354.78º62.16%7.25%-
HSV(B)354.78º76.67%11.76%-
XYZ0.660.450.31-
YUV14.1125.12139.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 65.22%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=65.22%
G=15.22%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal307900.770.700.88354.7862.167.25
Hex1E7904D46581633e7
Octal367110115106130543767
Binary1111011110010100110110001101011000101100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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