Html Css Color HEX #29050F Rustic Red

📋 copy color: '#29050F'

red 41 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #29050F

Tints of Rustic Red #29050F

RGB

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

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

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

R = 67.21%
G = 8.2%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29050F (or 0x29050F) is known color: Rustic Red. HEX triplet: 29, 05 and 0F. RGB value is (41,5,15). Sum of RGB (Red+Green+Blue) = 41+5+15=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #29050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050F is #D6FAF0. Grayscale: #101010. Windows color (decimal): -14088945 or 984361. OLE color: 984361.

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

Color convert

RGB 41 5 15 -
CMYK 0 0.88 0.63 0.84
HSL 343.33º 0.78% 0.09% -
HSV(B) 343.33º 0.88% 0.16% -
XYZ 1.05 0.61 0.51 -
YUV 16.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 41 5 15 0 0.88 0.63 0.84 343.33 0.78 0.09
Hex 29 5 F 0 58 3F 54 157 4E 9
Octal 51 5 17 0 130 77 124 527 116 11
Binary 101001 101 1111 0 1011000 111111 1010100 101010111 1001110 1001

Color Harmonies of #29050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29050F

Black with #29050F

Text Example


Text Example

White with #29050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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