#2C1318

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

Shades of Rustic Red #2C1318

Tints of Rustic Red #2C1318

Color information

#2C1318 (or 0x2C1318) is unknown color: approx Rustic Red. HEX triplet: 2C, 13 and 18. RGB value is (44,19,24). Sum of RGB (Red+Green+Blue) = 44+19+24=87 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50.57% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1318 is #D3ECE7. Grayscale: #1B1B1B. Windows color (decimal): -13888744 or 1577772. OLE color: 1577772.

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

Color convert

RGB441924-
CMYK00.570.450.83
HSL348º39.68%12.35%-
HSV(B)348º56.82%17.25%-
XYZ1.441.070.99-
YUV27.04126.28140.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 50.57%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=50.57%
G=21.84%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44192400.570.450.8334839.6812.35
Hex2C13180392D5315c28c
Octal542330071551235345014
Binary1011001001111000011100110110110100111010111001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,24); }

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

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

 a { background-color: rgb(44,19,24); }

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

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

 span { border-color: rgb(44,19,24); }

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