Html Css Color HEX #29050C Rustic Red

📋 copy color: '#29050C'

red 41 ◦ green 5 ◦ blue 12

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

Shades of Rustic Red #29050C

Tints of Rustic Red #29050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.62%

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

R = 70.69%
G = 8.62%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#29050C (or 0x29050C) is known color: Rustic Red. HEX triplet: 29, 05 and 0C. RGB value is (41,5,12). Sum of RGB (Red+Green+Blue) = 41+5+12=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #29050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050C is #D6FAF3. Grayscale: #101010. Windows color (decimal): -14088948 or 787753. OLE color: 787753.

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

Color convert

RGB 41 5 12 -
CMYK 0 0.88 0.71 0.84
HSL 348.33º 0.78% 0.09% -
HSV(B) 348.33º 0.88% 0.16% -
XYZ 1.04 0.61 0.41 -
YUV 16.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 41 5 12 0 0.88 0.71 0.84 348.33 0.78 0.09
Hex 29 5 C 0 58 47 54 15C 4E 9
Octal 51 5 14 0 130 107 124 534 116 11
Binary 101001 101 1100 0 1011000 1000111 1010100 101011100 1001110 1001

Color Harmonies of #29050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29050C

Black with #29050C

Text Example


Text Example

White with #29050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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