#2C1012

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

Shades of Rustic Red #2C1012

Tints of Rustic Red #2C1012

Color information

#2C1012 (or 0x2C1012) is unknown color: approx Rustic Red. HEX triplet: 2C, 10 and 12. RGB value is (44,16,18). Sum of RGB (Red+Green+Blue) = 44+16+18=78 (10% of max value = 765). Red value is 44 (17.58% from 255 or 56.41% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1012 is #D3EFED. Grayscale: #181818. Windows color (decimal): -13889518 or 1183788. OLE color: 1183788.

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

Color convert

RGB441618-
CMYK00.640.590.83
HSL355.71º46.67%11.76%-
HSV(B)355.71º63.64%17.25%-
XYZ1.330.950.69-
YUV24.6124.28141.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 56.41%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=56.41%
G=20.51%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44161800.640.590.83355.7146.6711.76
Hex2C10120403B531642fc
Octal5420220100731235445714
Binary10110010000100100100000011101110100111011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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