#29020C

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

Shades of Rustic Red #29020C

Tints of Rustic Red #29020C

Color information

#29020C (or 0x29020C) is unknown color: approx Rustic Red. HEX triplet: 29, 02 and 0C. RGB value is (41,2,12). Sum of RGB (Red+Green+Blue) = 41+2+12=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020C is #D6FDF3. Grayscale: #0E0E0E. Windows color (decimal): -14089716 or 786985. OLE color: 786985.

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

Color convert

RGB41212-
CMYK00.950.710.84
HSL344.62º90.7%8.43%-
HSV(B)344.62º95.12%16.08%-
XYZ10.540.4-
YUV14.8126.42146.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 74.55%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=74.55%
G=3.64%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121200.950.710.84344.6290.78.43
Hex292C05F47541595b8
Octal51214013710712453113310
Binary101001101100010111111000111101010010101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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