#1E0710

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

Shades of Rustic Red #1E0710

Tints of Rustic Red #1E0710

Color information

#1E0710 (or 0x1E0710) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 10. RGB value is (30,7,16). Sum of RGB (Red+Green+Blue) = 30+7+16=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0710 is #E1F8EF. Grayscale: #0E0E0E. Windows color (decimal): -14809328 or 1050398. OLE color: 1050398.

HSL color Cylindrical-coordinate representation of color #1E0710: hue angle of 336.52º 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 #1E0710 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB30716-
CMYK00.770.470.88
HSL336.52º62.16%7.25%-
HSV(B)336.52º76.67%11.76%-
XYZ0.70.470.54-
YUV14.9128.62138.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 56.60%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=56.60%
G=13.21%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3071600.770.470.88336.5262.167.25
Hex1E71004D2F581513e7
Octal36720011557130521767
Binary1111011110000010011011011111011000101010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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