Html Css Color HEX #290913 Rustic Red

📋 copy color: '#290913'

red 41 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #290913

Tints of Rustic Red #290913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 59.42%
G = 13.04%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290913 (or 0x290913) is known color: Rustic Red. HEX triplet: 29, 09 and 13. RGB value is (41,9,19). Sum of RGB (Red+Green+Blue) = 41+9+19=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #290913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290913 is #D6F6EC. Grayscale: #131313. Windows color (decimal): -14087917 or 1247529. OLE color: 1247529.

HSL color Cylindrical-coordinate representation of color #290913: hue angle of 341.25º 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 #290913 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 9 19 -
CMYK 0 0.78 0.54 0.84
HSL 341.25º 0.64% 0.1% -
HSV(B) 341.25º 0.78% 0.16% -
XYZ 1.13 0.71 0.69 -
YUV 19.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 41 9 19 0 0.78 0.54 0.84 341.25 0.64 0.1
Hex 29 9 13 0 4E 36 54 155 40 A
Octal 51 11 23 0 116 66 124 525 100 12
Binary 101001 1001 10011 0 1001110 110110 1010100 101010101 1000000 1010

Color Harmonies of #290913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290913

Black with #290913

Text Example


Text Example

White with #290913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290913; }

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

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

background-color css

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

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

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

border-color css

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

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

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