#1C1214

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

Shades of Rustic Red #1C1214

Tints of Rustic Red #1C1214

Color information

#1C1214 (or 0x1C1214) is unknown color: approx Rustic Red. HEX triplet: 1C, 12 and 14. RGB value is (28,18,20). Sum of RGB (Red+Green+Blue) = 28+18+20=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1214 is #E3EDEB. Grayscale: #151515. Windows color (decimal): -14937580 or 1315356. OLE color: 1315356.

HSL color Cylindrical-coordinate representation of color #1C1214: hue angle of 348º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C1214 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB281820-
CMYK00.360.290.89
HSL348º21.74%9.02%-
HSV(B)348º35.71%10.98%-
XYZ0.820.730.76-
YUV21.22127.31132.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=42.42%
G=27.27%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28182000.360.290.8934821.749.02
Hex1C12140241D5915c169
Octal342224044351315342611
Binary1110010010101000100100111011011001101011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,18,20); }

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

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

 a { background-color: rgb(28,18,20); }

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

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

 span { border-color: rgb(28,18,20); }

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