Html Css Color HEX #29000B Rustic Red

📋 copy color: '#29000B'

red 41 ◦ green 0 ◦ blue 11

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

Shades of Rustic Red #29000B

Tints of Rustic Red #29000B

RGB

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

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

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

R = 78.85%
G = 0%
B = 21.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#29000B (or 0x29000B) is known color: Rustic Red. HEX triplet: 29, 00 and 0B. RGB value is (41,0,11). Sum of RGB (Red+Green+Blue) = 41+0+11=52 (6% of max value = 765). Red value is 41 (16.41% from 255 or 78.85% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 41 - color contains mainly: red. Hex color #29000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29000B is #D6FFF4. Grayscale: #0D0D0D. Windows color (decimal): -14090229 or 720937. OLE color: 720937.

HSL color Cylindrical-coordinate representation of color #29000B: hue angle of 343.9º 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 #29000B is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 11 -
CMYK 0 1 0.73 0.84
HSL 343.9º 1% 0.08% -
HSV(B) 343.9º 1% 0.16% -
XYZ 0.97 0.5 0.36 -
YUV 13.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 41 0 11 0 1 0.73 0.84 343.9 1 0.08
Hex 29 0 B 0 64 49 54 158 64 8
Octal 51 0 13 0 144 111 124 530 144 10
Binary 101001 0 1011 0 1100100 1001001 1010100 101011000 1100100 1000

Color Harmonies of #29000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29000B

Black with #29000B

Text Example


Text Example

White with #29000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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