#1C1718

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

Shades of Rustic Red #1C1718

Tints of Rustic Red #1C1718

Color information

#1C1718 (or 0x1C1718) is unknown color: approx Rustic Red. HEX triplet: 1C, 17 and 18. RGB value is (28,23,24). Sum of RGB (Red+Green+Blue) = 28+23+24=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1718 is #E3E8E7. Grayscale: #181818. Windows color (decimal): -14936296 or 1578780. OLE color: 1578780.

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

Color convert

RGB282324-
CMYK00.180.140.89
HSL348º9.8%10%-
HSV(B)348º17.86%10.98%-
XYZ0.950.930.99-
YUV24.61127.66130.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 24 (9.77% from 255) = 32%
R=37.33%
G=30.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28232400.180.140.893489.810
Hex1C1718012E5915caa
Octal342730022161315341212
Binary1110010111110000100101110101100110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,23,24); }

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

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

 a { background-color: rgb(28,23,24); }

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

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

 span { border-color: rgb(28,23,24); }

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