#291B1D

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

Shades of Rustic Red #291B1D

Tints of Rustic Red #291B1D

Color information

#291B1D (or 0x291B1D) is unknown color: approx Rustic Red. HEX triplet: 29, 1B and 1D. RGB value is (41,27,29). Sum of RGB (Red+Green+Blue) = 41+27+29=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B1D is #D6E4E2. Grayscale: #1F1F1F. Windows color (decimal): -14083299 or 1907497. OLE color: 1907497.

HSL color Cylindrical-coordinate representation of color #291B1D: hue angle of 351.43º 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 #291B1D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB412729-
CMYK00.340.290.84
HSL351.43º20.59%13.33%-
HSV(B)351.43º34.15%16.08%-
XYZ1.531.341.34-
YUV31.41126.64134.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=42.27%
G=27.84%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41272900.340.290.84351.4320.5913.33
Hex291B1D0221D5415f15d
Octal513335042351245372515
Binary10100111011111010100010111011010100101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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