Html Css Color HEX #29050D Rustic Red

📋 copy color: '#29050D'

red 41 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #29050D

Tints of Rustic Red #29050D

RGB

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

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

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

R = 69.49%
G = 8.47%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29050D (or 0x29050D) is known color: Rustic Red. HEX triplet: 29, 05 and 0D. RGB value is (41,5,13). Sum of RGB (Red+Green+Blue) = 41+5+13=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #29050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29050D is #D6FAF2. Grayscale: #101010. Windows color (decimal): -14088947 or 853289. OLE color: 853289.

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

Color convert

RGB 41 5 13 -
CMYK 0 0.88 0.68 0.84
HSL 346.67º 0.78% 0.09% -
HSV(B) 346.67º 0.88% 0.16% -
XYZ 1.04 0.61 0.44 -
YUV 16.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 41 5 13 0 0.88 0.68 0.84 346.67 0.78 0.09
Hex 29 5 D 0 58 44 54 15B 4E 9
Octal 51 5 15 0 130 104 124 533 116 11
Binary 101001 101 1101 0 1011000 1000100 1010100 101011011 1001110 1001

Color Harmonies of #29050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29050D

Black with #29050D

Text Example


Text Example

White with #29050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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