#1C1115

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

Shades of Rustic Red #1C1115

Tints of Rustic Red #1C1115

Color information

#1C1115 (or 0x1C1115) is unknown color: approx Rustic Red. HEX triplet: 1C, 11 and 15. RGB value is (28,17,21). Sum of RGB (Red+Green+Blue) = 28+17+21=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1115 is #E3EEEA. Grayscale: #141414. Windows color (decimal): -14937835 or 1380636. OLE color: 1380636.

HSL color Cylindrical-coordinate representation of color #1C1115: hue angle of 338.18º 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 #1C1115 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB281721-
CMYK00.390.250.89
HSL338.18º24.44%8.82%-
HSV(B)338.18º39.29%10.98%-
XYZ0.810.70.8-
YUV20.74128.14133.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=42.42%
G=25.76%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28172100.390.250.89338.1824.448.82
Hex1C11150271959152189
Octal342125047311315223011
Binary1110010001101010100111110011011001101010010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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