Html Css Color HEX #29030D Rustic Red

📋 copy color: '#29030D'

red 41 ◦ green 3 ◦ blue 13

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

Shades of Rustic Red #29030D

Tints of Rustic Red #29030D

RGB

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

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

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

R = 71.93%
G = 5.26%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29030D (or 0x29030D) is known color: Rustic Red. HEX triplet: 29, 03 and 0D. RGB value is (41,3,13). Sum of RGB (Red+Green+Blue) = 41+3+13=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29030D is #D6FCF2. Grayscale: #0F0F0F. Windows color (decimal): -14089459 or 852777. OLE color: 852777.

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

Color convert

RGB 41 3 13 -
CMYK 0 0.93 0.68 0.84
HSL 344.21º 0.86% 0.09% -
HSV(B) 344.21º 0.93% 0.16% -
XYZ 1.02 0.57 0.44 -
YUV 15.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 41 3 13 0 0.93 0.68 0.84 344.21 0.86 0.09
Hex 29 3 D 0 5D 44 54 158 56 9
Octal 51 3 15 0 135 104 124 530 126 11
Binary 101001 11 1101 0 1011101 1000100 1010100 101011000 1010110 1001

Color Harmonies of #29030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29030D

Black with #29030D

Text Example


Text Example

White with #29030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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