#29161B

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

Shades of Rustic Red #29161B

Tints of Rustic Red #29161B

Color information

#29161B (or 0x29161B) is unknown color: approx Rustic Red. HEX triplet: 29, 16 and 1B. RGB value is (41,22,27). Sum of RGB (Red+Green+Blue) = 41+22+27=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29161B is #D6E9E4. Grayscale: #1C1C1C. Windows color (decimal): -14084581 or 1775145. OLE color: 1775145.

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

Color convert

RGB412227-
CMYK00.460.340.84
HSL344.21º30.16%12.35%-
HSV(B)344.21º46.34%16.08%-
XYZ1.41.121.18-
YUV28.25127.29137.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 27 (10.94% from 255) = 30%
R=45.56%
G=24.44%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41222700.460.340.84344.2130.1612.35
Hex29161B02E22541581ec
Octal512633056421245303614
Binary101001101101101101011101000101010100101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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