#1E0207

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

Shades of Rustic Red #1E0207

Tints of Rustic Red #1E0207

Color information

#1E0207 (or 0x1E0207) is unknown color: approx Rustic Red. HEX triplet: 1E, 02 and 07. RGB value is (30,2,7). Sum of RGB (Red+Green+Blue) = 30+2+7=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0207 is #E1FDF8. Grayscale: #0A0A0A. Windows color (decimal): -14810617 or 459294. OLE color: 459294.

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

Color convert

RGB3027-
CMYK00.930.770.88
HSL349.29º87.5%6.27%-
HSV(B)349.29º93.33%11.76%-
XYZ0.60.330.23-
YUV10.94125.78141.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=76.92%
G=5.13%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal302700.930.770.88349.2987.56.27
Hex1E2705D4D5815d586
Octal362701351151305351306
Binary111101011101011101100110110110001010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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