Html Css Color HEX #29040C Rustic Red

📋 copy color: '#29040C'

red 41 ◦ green 4 ◦ blue 12

#29040C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #29040C

Tints of Rustic Red #29040C

RGB

 RED value IS 41 (16.41% from 255) = 71.93%

 GREEN value IS 4 (1.95% from 255) = 7.02%

 BLUE value IS 12 (5.08% from 255) = 21.05%

R = 71.93%
G = 7.02%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29040C (or 0x29040C) is known color: Rustic Red. HEX triplet: 29, 04 and 0C. RGB value is (41,4,12). Sum of RGB (Red+Green+Blue) = 41+4+12=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040C is #D6FBF3. Grayscale: #0F0F0F. Windows color (decimal): -14089204 or 787497. OLE color: 787497.

HSL color Cylindrical-coordinate representation of color #29040C: hue angle of 347.03º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29040C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 4 12 -
CMYK 0 0.90 0.71 0.84
HSL 347.03º 0.82% 0.09% -
HSV(B) 347.03º 0.9% 0.16% -
XYZ 1.02 0.58 0.41 -
YUV 15.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 41 4 12 0 0.90 0.71 0.84 347.03 0.82 0.09
Hex 29 4 C 0 5A 47 54 15B 52 9
Octal 51 4 14 0 132 107 124 533 122 11
Binary 101001 100 1100 0 1011010 1000111 1010100 101011011 1010010 1001

Color Harmonies of #29040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29040C

Black with #29040C

Text Example


Text Example

White with #29040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29040C;
 }
 .AnyTagClassName
 {
   color: #29040C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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