Html Css Color HEX #29090F Rustic Red

📋 copy color: '#29090F'

red 41 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #29090F

Tints of Rustic Red #29090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 63.08%
G = 13.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29090F (or 0x29090F) is known color: Rustic Red. HEX triplet: 29, 09 and 0F. RGB value is (41,9,15). Sum of RGB (Red+Green+Blue) = 41+9+15=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #29090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29090F is #D6F6F0. Grayscale: #131313. Windows color (decimal): -14087921 or 985385. OLE color: 985385.

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

Color convert

RGB 41 9 15 -
CMYK 0 0.78 0.63 0.84
HSL 348.75º 0.64% 0.1% -
HSV(B) 348.75º 0.78% 0.16% -
XYZ 1.1 0.7 0.53 -
YUV 19.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 41 9 15 0 0.78 0.63 0.84 348.75 0.64 0.1
Hex 29 9 F 0 4E 3F 54 15D 40 A
Octal 51 11 17 0 116 77 124 535 100 12
Binary 101001 1001 1111 0 1001110 111111 1010100 101011101 1000000 1010

Color Harmonies of #29090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29090F

Black with #29090F

Text Example


Text Example

White with #29090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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