Html Css Color HEX #29020D Rustic Red

📋 copy color: '#29020D'

red 41 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #29020D

Tints of Rustic Red #29020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.57%

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

R = 73.21%
G = 3.57%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29020D (or 0x29020D) is known color: Rustic Red. HEX triplet: 29, 02 and 0D. RGB value is (41,2,13). Sum of RGB (Red+Green+Blue) = 41+2+13=56 (7% of max value = 765). Red value is 41 (16.41% from 255 or 73.21% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 41 - color contains mainly: red. Hex color #29020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020D is #D6FDF2. Grayscale: #0E0E0E. Windows color (decimal): -14089715 or 852521. OLE color: 852521.

HSL color Cylindrical-coordinate representation of color #29020D: hue angle of 343.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29020D is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 2 13 -
CMYK 0 0.95 0.68 0.84
HSL 343.08º 0.91% 0.08% -
HSV(B) 343.08º 0.95% 0.16% -
XYZ 1.01 0.54 0.43 -
YUV 14.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 41 2 13 0 0.95 0.68 0.84 343.08 0.91 0.08
Hex 29 2 D 0 5F 44 54 157 5B 8
Octal 51 2 15 0 137 104 124 527 133 10
Binary 101001 10 1101 0 1011111 1000100 1010100 101010111 1011011 1000

Color Harmonies of #29020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29020D

Black with #29020D

Text Example


Text Example

White with #29020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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