Html Css Color HEX #29000D Rustic Red

📋 copy color: '#29000D'

red 41 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #29000D

Tints of Rustic Red #29000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.93%
G = 0%
B = 24.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29000D (or 0x29000D) is known color: Rustic Red. HEX triplet: 29, 00 and 0D. RGB value is (41,0,13). Sum of RGB (Red+Green+Blue) = 41+0+13=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #29000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29000D is #D6FFF2. Grayscale: #0D0D0D. Windows color (decimal): -14090227 or 852009. OLE color: 852009.

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

Color convert

RGB 41 0 13 -
CMYK 0 1 0.68 0.84
HSL 340.98º 1% 0.08% -
HSV(B) 340.98º 1% 0.16% -
XYZ 0.99 0.5 0.43 -
YUV 13.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 41 0 13 0 1 0.68 0.84 340.98 1 0.08
Hex 29 0 D 0 64 44 54 155 64 8
Octal 51 0 15 0 144 104 124 525 144 10
Binary 101001 0 1101 0 1100100 1000100 1010100 101010101 1100100 1000

Color Harmonies of #29000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29000D

Black with #29000D

Text Example


Text Example

White with #29000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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