#29191B

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

Shades of Rustic Red #29191B

Tints of Rustic Red #29191B

Color information

#29191B (or 0x29191B) is unknown color: approx Rustic Red. HEX triplet: 29, 19 and 1B. RGB value is (41,25,27). Sum of RGB (Red+Green+Blue) = 41+25+27=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #29191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191B is #D6E6E4. Grayscale: #1E1E1E. Windows color (decimal): -14083813 or 1775913. OLE color: 1775913.

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

Color convert

RGB412527-
CMYK00.390.340.84
HSL352.5º24.24%12.94%-
HSV(B)352.5º39.02%16.08%-
XYZ1.461.251.2-
YUV30.01126.3135.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=44.09%
G=26.88%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41252700.390.340.84352.524.2412.94
Hex29191B027225416018d
Octal513133047421245403015
Binary101001110011101101001111000101010100101100000110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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