#2C1112

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

Shades of Rustic Red #2C1112

Tints of Rustic Red #2C1112

Color information

#2C1112 (or 0x2C1112) is unknown color: approx Rustic Red. HEX triplet: 2C, 11 and 12. RGB value is (44,17,18). Sum of RGB (Red+Green+Blue) = 44+17+18=79 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55.70% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1112 is #D3EEED. Grayscale: #191919. Windows color (decimal): -13889262 or 1184044. OLE color: 1184044.

HSL color Cylindrical-coordinate representation of color #2C1112: hue angle of 357.78º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C1112 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.83.

Color convert

RGB441718-
CMYK00.610.590.83
HSL357.78º44.26%11.96%-
HSV(B)357.78º61.36%17.25%-
XYZ1.350.980.69-
YUV25.19123.95141.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 55.70%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=55.70%
G=21.52%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44171800.610.590.83357.7844.2611.96
Hex2C111203D3B531662cc
Octal542122075731235465414
Binary1011001000110010011110111101110100111011001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C1112; }

 p { color: rgb(44,17,18); }

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

<style>
 a { background-color: #2C1112; }

 a { background-color: rgb(44,17,18); }

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

<style>
 span { border-color: #2C1112; }

 span { border-color: rgb(44,17,18); }

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