#1C010C

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

Shades of Rustic Red #1C010C

Tints of Rustic Red #1C010C

Color information

#1C010C (or 0x1C010C) is unknown color: approx Rustic Red. HEX triplet: 1C, 01 and 0C. RGB value is (28,1,12). Sum of RGB (Red+Green+Blue) = 28+1+12=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010C is #E3FEF3. Grayscale: #0A0A0A. Windows color (decimal): -14941940 or 786716. OLE color: 786716.

HSL color Cylindrical-coordinate representation of color #1C010C: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C010C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.89.

Color convert

RGB28112-
CMYK00.960.570.89
HSL335.56º93.1%5.69%-
HSV(B)335.56º96.43%10.98%-
XYZ0.560.30.38-
YUV10.33128.95140.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 68.29%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=68.29%
G=2.44%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2811200.960.570.89335.5693.15.69
Hex1C1C06039591505d6
Octal341140140711315201356
Binary11100111000110000011100110110011010100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,12); }

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

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

 a { background-color: rgb(28,1,12); }

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

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

 span { border-color: rgb(28,1,12); }

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