#1C1012

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

Shades of Rustic Red #1C1012

Tints of Rustic Red #1C1012

Color information

#1C1012 (or 0x1C1012) is unknown color: approx Rustic Red. HEX triplet: 1C, 10 and 12. RGB value is (28,16,18). Sum of RGB (Red+Green+Blue) = 28+16+18=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1012 is #E3EFED. Grayscale: #131313. Windows color (decimal): -14938094 or 1183772. OLE color: 1183772.

HSL color Cylindrical-coordinate representation of color #1C1012: hue angle of 350º 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 #1C1012 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB281618-
CMYK00.430.360.89
HSL350º27.27%8.63%-
HSV(B)350º42.86%10.98%-
XYZ0.770.660.66-
YUV19.82126.98133.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.16%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=45.16%
G=25.81%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28161800.430.360.8935027.278.63
Hex1C101202B245915e1b9
Octal342022053441315363311
Binary11100100001001001010111001001011001101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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