Html Css Color HEX #29090A Rustic Red

📋 copy color: '#29090A'

red 41 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #29090A

Tints of Rustic Red #29090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15%

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

R = 68.33%
G = 15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#29090A (or 0x29090A) is known color: Rustic Red. HEX triplet: 29, 09 and 0A. RGB value is (41,9,10). Sum of RGB (Red+Green+Blue) = 41+9+10=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #29090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29090A is #D6F6F5. Grayscale: #121212. Windows color (decimal): -14087926 or 657705. OLE color: 657705.

HSL color Cylindrical-coordinate representation of color #29090A: hue angle of 358.12º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29090A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 9 10 -
CMYK 0 0.78 0.76 0.84
HSL 358.13º 0.64% 0.1% -
HSV(B) 358.13º 0.78% 0.16% -
XYZ 1.07 0.69 0.36 -
YUV 18.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 41 9 10 0 0.78 0.76 0.84 358.13 0.64 0.1
Hex 29 9 A 0 4E 4C 54 166 40 A
Octal 51 11 12 0 116 114 124 546 100 12
Binary 101001 1001 1010 0 1001110 1001100 1010100 101100110 1000000 1010

Color Harmonies of #29090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29090A

Black with #29090A

Text Example


Text Example

White with #29090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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