#29181B

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

Shades of Rustic Red #29181B

Tints of Rustic Red #29181B

Color information

#29181B (or 0x29181B) is unknown color: approx Rustic Red. HEX triplet: 29, 18 and 1B. RGB value is (41,24,27). Sum of RGB (Red+Green+Blue) = 41+24+27=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29181B is #D6E7E4. Grayscale: #1D1D1D. Windows color (decimal): -14084069 or 1775657. OLE color: 1775657.

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

Color convert

RGB412427-
CMYK00.410.340.84
HSL349.41º26.15%12.75%-
HSV(B)349.41º41.46%16.08%-
XYZ1.441.21.19-
YUV29.42126.63136.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=44.57%
G=26.09%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41242700.410.340.84349.4126.1512.75
Hex29181B029225415d1ad
Octal513033051421245353215
Binary101001110001101101010011000101010100101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29181B; }

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

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

<style>
 a { background-color: #29181B; }

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

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

<style>
 span { border-color: #29181B; }

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

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