#1C180C

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

Shades of Maire #1C180C

Tints of Maire #1C180C

Color information

#1C180C (or 0x1C180C) is unknown color: approx Maire. HEX triplet: 1C, 18 and 0C. RGB value is (28,24,12). Sum of RGB (Red+Green+Blue) = 28+24+12=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C180C is #E3E7F3. Grayscale: #171717. Windows color (decimal): -14936052 or 792604. OLE color: 792604.

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

Color convert

RGB282412-
CMYK00.140.570.89
HSL45º40%7.84%-
HSV(B)45º57.14%10.98%-
XYZ0.870.930.48-
YUV23.83121.33130.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=43.75%
G=37.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28241200.140.570.8945407.84
Hex1C18C0E39592d288
Octal34301401671131555010
Binary111001100011000111011100110110011011011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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