#1E0708

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

Shades of Rustic Red #1E0708

Tints of Rustic Red #1E0708

Color information

#1E0708 (or 0x1E0708) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 08. RGB value is (30,7,8). Sum of RGB (Red+Green+Blue) = 30+7+8=45 (5% of max value = 765). Red value is 30 (12.11% from 255 or 66.67% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0708 is #E1F8F7. Grayscale: #0E0E0E. Windows color (decimal): -14809336 or 526110. OLE color: 526110.

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

Color convert

RGB3078-
CMYK00.770.730.88
HSL357.39º62.16%7.25%-
HSV(B)357.39º76.67%11.76%-
XYZ0.660.450.28-
YUV13.99124.62139.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 8 (3.52% from 255) = 17.78%
R=66.67%
G=15.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal307800.770.730.88357.3962.167.25
Hex1E7804D49581653e7
Octal367100115111130545767
Binary1111011110000100110110010011011000101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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