#29171B

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

Shades of Rustic Red #29171B

Tints of Rustic Red #29171B

Color information

#29171B (or 0x29171B) is unknown color: approx Rustic Red. HEX triplet: 29, 17 and 1B. RGB value is (41,23,27). Sum of RGB (Red+Green+Blue) = 41+23+27=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29171B is #D6E8E4. Grayscale: #1C1C1C. Windows color (decimal): -14084325 or 1775401. OLE color: 1775401.

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

Color convert

RGB412327-
CMYK00.440.340.84
HSL346.67º28.12%12.55%-
HSV(B)346.67º43.9%16.08%-
XYZ1.421.161.19-
YUV28.84126.96136.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=45.05%
G=25.27%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41232700.440.340.84346.6728.1212.55
Hex29171B02C225415b1cd
Octal512733054421245333415
Binary101001101111101101011001000101010100101011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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