#1E0508

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

Shades of Rustic Red #1E0508

Tints of Rustic Red #1E0508

Color information

#1E0508 (or 0x1E0508) is unknown color: approx Rustic Red. HEX triplet: 1E, 05 and 08. RGB value is (30,5,8). Sum of RGB (Red+Green+Blue) = 30+5+8=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0508 is #E1FAF7. Grayscale: #0C0C0C. Windows color (decimal): -14809848 or 525598. OLE color: 525598.

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

Color convert

RGB3058-
CMYK00.830.730.88
HSL352.8º71.43%6.86%-
HSV(B)352.8º83.33%11.76%-
XYZ0.630.40.27-
YUV12.82125.28140.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 69.77%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=69.77%
G=11.63%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal305800.830.730.88352.871.436.86
Hex1E580534958161477
Octal3651001231111305411077
Binary11110101100001010011100100110110001011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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