Html Css Color HEX #29000A Rustic Red

📋 copy color: '#29000A'

red 41 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #29000A

Tints of Rustic Red #29000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 19.61%

R = 80.39%
G = 0%
B = 19.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#29000A (or 0x29000A) is known color: Rustic Red. HEX triplet: 29, 00 and 0A. RGB value is (41,0,10). Sum of RGB (Red+Green+Blue) = 41+0+10=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #29000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29000A is #D6FFF5. Grayscale: #0D0D0D. Windows color (decimal): -14090230 or 655401. OLE color: 655401.

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

Color convert

RGB 41 0 10 -
CMYK 0 1 0.76 0.84
HSL 345.37º 1% 0.08% -
HSV(B) 345.37º 1% 0.16% -
XYZ 0.97 0.49 0.33 -
YUV 13.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 41 0 10 0 1 0.76 0.84 345.37 1 0.08
Hex 29 0 A 0 64 4C 54 159 64 8
Octal 51 0 12 0 144 114 124 531 144 10
Binary 101001 0 1010 0 1100100 1001100 1010100 101011001 1100100 1000

Color Harmonies of #29000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29000A

Black with #29000A

Text Example


Text Example

White with #29000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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