Html Css Color HEX #29090D Rustic Red

📋 copy color: '#29090D'

red 41 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #29090D

Tints of Rustic Red #29090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.29%

 BLUE value IS 13 (5.47% from 255) = 20.63%

R = 65.08%
G = 14.29%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29090D (or 0x29090D) is known color: Rustic Red. HEX triplet: 29, 09 and 0D. RGB value is (41,9,13). Sum of RGB (Red+Green+Blue) = 41+9+13=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #29090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29090D is #D6F6F2. Grayscale: #131313. Windows color (decimal): -14087923 or 854313. OLE color: 854313.

HSL color Cylindrical-coordinate representation of color #29090D: hue angle of 352.5º 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 #29090D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 9 13 -
CMYK 0 0.78 0.68 0.84
HSL 352.5º 0.64% 0.1% -
HSV(B) 352.5º 0.78% 0.16% -
XYZ 1.08 0.7 0.46 -
YUV 19.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 41 9 13 0 0.78 0.68 0.84 352.5 0.64 0.1
Hex 29 9 D 0 4E 44 54 160 40 A
Octal 51 11 15 0 116 104 124 540 100 12
Binary 101001 1001 1101 0 1001110 1000100 1010100 101100000 1000000 1010

Color Harmonies of #29090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29090D

Black with #29090D

Text Example


Text Example

White with #29090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29090D;
 }
 .AnyTagClassName
 {
   color: #29090D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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