Html Css Color HEX #29040F Rustic Red

📋 copy color: '#29040F'

red 41 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #29040F

Tints of Rustic Red #29040F

RGB

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

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

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

R = 68.33%
G = 6.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29040F (or 0x29040F) is known color: Rustic Red. HEX triplet: 29, 04 and 0F. RGB value is (41,4,15). Sum of RGB (Red+Green+Blue) = 41+4+15=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #29040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29040F is #D6FBF0. Grayscale: #101010. Windows color (decimal): -14089201 or 984105. OLE color: 984105.

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

Color convert

RGB 41 4 15 -
CMYK 0 0.90 0.63 0.84
HSL 342.16º 0.82% 0.09% -
HSV(B) 342.16º 0.9% 0.16% -
XYZ 1.04 0.59 0.51 -
YUV 16.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 41 4 15 0 0.90 0.63 0.84 342.16 0.82 0.09
Hex 29 4 F 0 5A 3F 54 156 52 9
Octal 51 4 17 0 132 77 124 526 122 11
Binary 101001 100 1111 0 1011010 111111 1010100 101010110 1010010 1001

Color Harmonies of #29040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29040F

Black with #29040F

Text Example


Text Example

White with #29040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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