#2C121A

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

Shades of Rustic Red #2C121A

Tints of Rustic Red #2C121A

Color information

#2C121A (or 0x2C121A) is unknown color: approx Rustic Red. HEX triplet: 2C, 12 and 1A. RGB value is (44,18,26). Sum of RGB (Red+Green+Blue) = 44+18+26=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 44 - color contains mainly: red. Hex color #2C121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C121A is #D3EDE5. Grayscale: #1A1A1A. Windows color (decimal): -13888998 or 1708588. OLE color: 1708588.

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

Color convert

RGB441826-
CMYK00.590.410.83
HSL341.54º41.94%12.16%-
HSV(B)341.54º59.09%17.25%-
XYZ1.441.041.1-
YUV26.69127.61140.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=50%
G=20.45%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44182600.590.410.83341.5441.9412.16
Hex2C121A03B29531562ac
Octal542232073511235265214
Binary1011001001011010011101110100110100111010101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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