#29171A

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

Shades of Rustic Red #29171A

Tints of Rustic Red #29171A

Color information

#29171A (or 0x29171A) is unknown color: approx Rustic Red. HEX triplet: 29, 17 and 1A. RGB value is (41,23,26). Sum of RGB (Red+Green+Blue) = 41+23+26=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29171A is #D6E8E5. Grayscale: #1C1C1C. Windows color (decimal): -14084326 or 1709865. OLE color: 1709865.

HSL color Cylindrical-coordinate representation of color #29171A: hue angle of 350º 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 #29171A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB412326-
CMYK00.440.370.84
HSL350º28.12%12.55%-
HSV(B)350º43.9%16.08%-
XYZ1.411.161.13-
YUV28.72126.46136.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=45.56%
G=25.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41232600.440.370.8435028.1212.55
Hex29171A02C255415e1cd
Octal512732054451245363415
Binary101001101111101001011001001011010100101011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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