#1E0306

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

Shades of Rustic Red #1E0306

Tints of Rustic Red #1E0306

Color information

#1E0306 (or 0x1E0306) is unknown color: approx Rustic Red. HEX triplet: 1E, 03 and 06. RGB value is (30,3,6). Sum of RGB (Red+Green+Blue) = 30+3+6=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0306 is #E1FCF9. Grayscale: #0B0B0B. Windows color (decimal): -14810362 or 394014. OLE color: 394014.

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

Color convert

RGB3036-
CMYK00.900.800.88
HSL353.33º81.82%6.47%-
HSV(B)353.33º90%11.76%-
XYZ0.60.350.21-
YUV11.41124.95141.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 76.92%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=76.92%
G=7.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal303600.900.800.88353.3381.826.47
Hex1E3605A5058161526
Octal363601321201305411226
Binary111101111001011010101000010110001011000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,3,6); }

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

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

 a { background-color: rgb(30,3,6); }

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

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

 span { border-color: rgb(30,3,6); }

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