#1C1617

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

Shades of Rustic Red #1C1617

Tints of Rustic Red #1C1617

Color information

#1C1617 (or 0x1C1617) is unknown color: approx Rustic Red. HEX triplet: 1C, 16 and 17. RGB value is (28,22,23). Sum of RGB (Red+Green+Blue) = 28+22+23=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1617 is #E3E9E8. Grayscale: #171717. Windows color (decimal): -14936553 or 1512988. OLE color: 1512988.

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

Color convert

RGB282223-
CMYK00.210.180.89
HSL350º12%9.8%-
HSV(B)350º21.43%10.98%-
XYZ0.920.880.93-
YUV23.91127.49130.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=38.36%
G=30.14%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28222300.210.180.89350129.8
Hex1C1617015125915eca
Octal342627025221315361412
Binary11100101101011101010110010101100110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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