#29141A

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

Shades of Rustic Red #29141A

Tints of Rustic Red #29141A

Color information

#29141A (or 0x29141A) is unknown color: approx Rustic Red. HEX triplet: 29, 14 and 1A. RGB value is (41,20,26). Sum of RGB (Red+Green+Blue) = 41+20+26=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #29141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141A is #D6EBE5. Grayscale: #1A1A1A. Windows color (decimal): -14085094 or 1709097. OLE color: 1709097.

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

Color convert

RGB412026-
CMYK00.510.370.84
HSL342.86º34.43%11.96%-
HSV(B)342.86º51.22%16.08%-
XYZ1.351.051.11-
YUV26.96127.46138.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=47.13%
G=22.99%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41202600.510.370.84342.8634.4311.96
Hex29141A033255415722c
Octal512432063451245274214
Binary1010011010011010011001110010110101001010101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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