#1C1011

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

Shades of Rustic Red #1C1011

Tints of Rustic Red #1C1011

Color information

#1C1011 (or 0x1C1011) is unknown color: approx Rustic Red. HEX triplet: 1C, 10 and 11. RGB value is (28,16,17). Sum of RGB (Red+Green+Blue) = 28+16+17=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1011 is #E3EFEE. Grayscale: #131313. Windows color (decimal): -14938095 or 1118236. OLE color: 1118236.

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

Color convert

RGB281617-
CMYK00.430.390.89
HSL355º27.27%8.63%-
HSV(B)355º42.86%10.98%-
XYZ0.770.660.62-
YUV19.7126.48133.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=45.90%
G=26.23%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28161700.430.390.8935527.278.63
Hex1C101102B27591631b9
Octal342021053471315433311
Binary11100100001000101010111001111011001101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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