Html Css Color HEX #29090C Rustic Red

📋 copy color: '#29090C'

red 41 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #29090C

Tints of Rustic Red #29090C

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 value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29090C (or 0x29090C) is known color: 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

RGB 41 9 12 -
CMYK 0 0.78 0.71 0.84
HSL 354.38º 0.64% 0.1% -
HSV(B) 354.38º 0.78% 0.16% -
XYZ 1.08 0.69 0.42 -
YUV 18.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 41 9 12 0 0.78 0.71 0.84 354.38 0.64 0.1
Hex 29 9 C 0 4E 47 54 162 40 A
Octal 51 11 14 0 116 107 124 542 100 12
Binary 101001 1001 1100 0 1001110 1000111 1010100 101100010 1000000 1010

Color Harmonies of #29090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29090C

Black with #29090C

Text Example


Text Example

White with #29090C

Text Example


Text Example

HTML Codes & Css Web 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>