Html Css Color HEX #29030B Rustic Red

📋 copy color: '#29030B'

red 41 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #29030B

Tints of Rustic Red #29030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.45%

 BLUE value IS 11 (4.69% from 255) = 20%

R = 74.55%
G = 5.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#29030B (or 0x29030B) is known color: Rustic Red. HEX triplet: 29, 03 and 0B. RGB value is (41,3,11). Sum of RGB (Red+Green+Blue) = 41+3+11=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29030B is #D6FCF4. Grayscale: #0F0F0F. Windows color (decimal): -14089461 or 721705. OLE color: 721705.

HSL color Cylindrical-coordinate representation of color #29030B: hue angle of 347.37º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29030B is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 3 11 -
CMYK 0 0.93 0.73 0.84
HSL 347.37º 0.86% 0.09% -
HSV(B) 347.37º 0.93% 0.16% -
XYZ 1.01 0.56 0.37 -
YUV 15.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 41 3 11 0 0.93 0.73 0.84 347.37 0.86 0.09
Hex 29 3 B 0 5D 49 54 15B 56 9
Octal 51 3 13 0 135 111 124 533 126 11
Binary 101001 11 1011 0 1011101 1001001 1010100 101011011 1010110 1001

Color Harmonies of #29030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29030B

Black with #29030B

Text Example


Text Example

White with #29030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29030B; }

 p { color: rgb(41,3,11); }

 H1.HeaderClassName
 {
   color: #29030B;
 }
 .AnyTagClassName
 {
   color: #29030B;
 }
</style>

background-color css

<style>
 a { background-color: #29030B; }

 a { background-color: rgb(41,3,11); }

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

border-color css

<style>
 span { border-color: #29030B; }

 span { border-color: rgb(41,3,11); }

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