#291B1C

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

Shades of Rustic Red #291B1C

Tints of Rustic Red #291B1C

Color information

#291B1C (or 0x291B1C) is unknown color: approx Rustic Red. HEX triplet: 29, 1B and 1C. RGB value is (41,27,28). Sum of RGB (Red+Green+Blue) = 41+27+28=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B1C is #D6E4E3. Grayscale: #1F1F1F. Windows color (decimal): -14083300 or 1841961. OLE color: 1841961.

HSL color Cylindrical-coordinate representation of color #291B1C: hue angle of 355.71º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #291B1C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB412728-
CMYK00.340.320.84
HSL355.71º20.59%13.33%-
HSV(B)355.71º34.15%16.08%-
XYZ1.521.341.28-
YUV31.3126.14134.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=42.71%
G=28.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41272800.340.320.84355.7120.5913.33
Hex291B1C022205416415d
Octal513334042401245442515
Binary101001110111110001000101000001010100101100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291B1C; }

 p { color: rgb(41,27,28); }

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

<style>
 a { background-color: #291B1C; }

 a { background-color: rgb(41,27,28); }

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

<style>
 span { border-color: #291B1C; }

 span { border-color: rgb(41,27,28); }

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