#1C1314

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

Shades of Rustic Red #1C1314

Tints of Rustic Red #1C1314

Color information

#1C1314 (or 0x1C1314) is unknown color: approx Rustic Red. HEX triplet: 1C, 13 and 14. RGB value is (28,19,20). Sum of RGB (Red+Green+Blue) = 28+19+20=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1314 is #E3ECEB. Grayscale: #151515. Windows color (decimal): -14937324 or 1315612. OLE color: 1315612.

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

Color convert

RGB281920-
CMYK00.320.290.89
HSL353.33º19.15%9.22%-
HSV(B)353.33º32.14%10.98%-
XYZ0.840.760.76-
YUV21.8126.98132.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=41.79%
G=28.36%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28192000.320.290.89353.3319.159.22
Hex1C13140201D59161139
Octal342324040351315412311
Binary1110010011101000100000111011011001101100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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