#1C040E

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

Shades of Rustic Red #1C040E

Tints of Rustic Red #1C040E

Color information

#1C040E (or 0x1C040E) is unknown color: approx Rustic Red. HEX triplet: 1C, 04 and 0E. RGB value is (28,4,14). Sum of RGB (Red+Green+Blue) = 28+4+14=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C040E is #E3FBF1. Grayscale: #0C0C0C. Windows color (decimal): -14941170 or 918556. OLE color: 918556.

HSL color Cylindrical-coordinate representation of color #1C040E: hue angle of 335º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C040E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB28414-
CMYK00.860.500.89
HSL335º75%6.27%-
HSV(B)335º85.71%10.98%-
XYZ0.60.370.45-
YUV12.32128.95139.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 60.87%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=60.87%
G=8.70%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2841400.860.500.89335756.27
Hex1C4E056325914f4b6
Octal344160126621315171136
Binary1110010011100101011011001010110011010011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,4,14); }

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

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

 a { background-color: rgb(28,4,14); }

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

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

 span { border-color: rgb(28,4,14); }

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