#29151B

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

Shades of Rustic Red #29151B

Tints of Rustic Red #29151B

Color information

#29151B (or 0x29151B) is unknown color: approx Rustic Red. HEX triplet: 29, 15 and 1B. RGB value is (41,21,27). Sum of RGB (Red+Green+Blue) = 41+21+27=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29151B is #D6EAE4. Grayscale: #1B1B1B. Windows color (decimal): -14084837 or 1774889. OLE color: 1774889.

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

Color convert

RGB412127-
CMYK00.490.340.84
HSL342º32.26%12.16%-
HSV(B)342º48.78%16.08%-
XYZ1.381.091.17-
YUV27.66127.63137.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=46.07%
G=23.60%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41212700.490.340.8434232.2612.16
Hex29151B031225415620c
Octal512533061421245264014
Binary1010011010111011011000110001010101001010101101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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