#1C1416

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

Shades of Rustic Red #1C1416

Tints of Rustic Red #1C1416

Color information

#1C1416 (or 0x1C1416) is unknown color: approx Rustic Red. HEX triplet: 1C, 14 and 16. RGB value is (28,20,22). Sum of RGB (Red+Green+Blue) = 28+20+22=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1416 is #E3EBE9. Grayscale: #161616. Windows color (decimal): -14937066 or 1446940. OLE color: 1446940.

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

Color convert

RGB282022-
CMYK00.290.210.89
HSL345º16.67%9.41%-
HSV(B)345º28.57%10.98%-
XYZ0.870.810.87-
YUV22.62127.65131.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=40%
G=28.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28202200.290.210.8934516.679.41
Hex1C141601D1559159119
Octal342426035251315312111
Binary111001010010110011101101011011001101011001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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