Html Css Color HEX #290509 Rustic Red

📋 copy color: '#290509'

red 41 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #290509

Tints of Rustic Red #290509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.09%

 BLUE value IS 9 (3.91% from 255) = 16.36%

R = 74.55%
G = 9.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#290509 (or 0x290509) is known color: Rustic Red. HEX triplet: 29, 05 and 09. RGB value is (41,5,9). Sum of RGB (Red+Green+Blue) = 41+5+9=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #290509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290509 is #D6FAF6. Grayscale: #101010. Windows color (decimal): -14088951 or 591145. OLE color: 591145.

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

Color convert

RGB 41 5 9 -
CMYK 0 0.88 0.78 0.84
HSL 353.33º 0.78% 0.09% -
HSV(B) 353.33º 0.88% 0.16% -
XYZ 1.02 0.6 0.32 -
YUV 16.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 41 5 9 0 0.88 0.78 0.84 353.33 0.78 0.09
Hex 29 5 9 0 58 4E 54 161 4E 9
Octal 51 5 11 0 130 116 124 541 116 11
Binary 101001 101 1001 0 1011000 1001110 1010100 101100001 1001110 1001

Color Harmonies of #290509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290509

Black with #290509

Text Example


Text Example

White with #290509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290509; }

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

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

background-color css

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

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

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

border-color css

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

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

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