#29090C

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

Shades of Rustic Red #29090C

Tints of Rustic Red #29090C

Color information

#29090C (or 0x29090C) is unknown color: approx Rustic Red. HEX triplet: 29, 09 and 0C. RGB value is (41,9,12). Sum of RGB (Red+Green+Blue) = 41+9+12=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #29090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29090C is #D6F6F3. Grayscale: #121212. Windows color (decimal): -14087924 or 788777. OLE color: 788777.

HSL color Cylindrical-coordinate representation of color #29090C: hue angle of 354.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29090C is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB41912-
CMYK00.780.710.84
HSL354.38º64%9.8%-
HSV(B)354.38º78.05%16.08%-
XYZ1.080.690.42-
YUV18.91124.1143.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 66.13%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=66.13%
G=14.52%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4191200.780.710.84354.38649.8
Hex299C04E475416240a
Octal511114011610712454210012
Binary10100110011100010011101000111101010010110001010000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29090C; }

 p { color: rgb(41,9,12); }

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

<style>
 a { background-color: #29090C; }

 a { background-color: rgb(41,9,12); }

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

<style>
 span { border-color: #29090C; }

 span { border-color: rgb(41,9,12); }

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