#1C1114

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

Shades of Rustic Red #1C1114

Tints of Rustic Red #1C1114

Color information

#1C1114 (or 0x1C1114) is unknown color: approx Rustic Red. HEX triplet: 1C, 11 and 14. RGB value is (28,17,20). Sum of RGB (Red+Green+Blue) = 28+17+20=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1114 is #E3EEEB. Grayscale: #141414. Windows color (decimal): -14937836 or 1315100. OLE color: 1315100.

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

Color convert

RGB281720-
CMYK00.390.290.89
HSL343.64º24.44%8.82%-
HSV(B)343.64º39.29%10.98%-
XYZ0.810.70.75-
YUV20.63127.64133.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=43.08%
G=26.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28172000.390.290.89343.6424.448.82
Hex1C11140271D59158189
Octal342124047351315303011
Binary1110010001101000100111111011011001101011000110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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