Html Css Color HEX #291519 Rustic Red

📋 copy color: '#291519'

red 41 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #291519

Tints of Rustic Red #291519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 47.13%
G = 24.14%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#291519 (or 0x291519) is known color: Rustic Red. HEX triplet: 29, 15 and 19. RGB value is (41,21,25). Sum of RGB (Red+Green+Blue) = 41+21+25=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291519 is #D6EAE6. Grayscale: #1B1B1B. Windows color (decimal): -14084839 or 1643817. OLE color: 1643817.

HSL color Cylindrical-coordinate representation of color #291519: hue angle of 348º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #291519 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 21 25 -
CMYK 0 0.49 0.39 0.84
HSL 348º 0.32% 0.12% -
HSV(B) 348º 0.49% 0.16% -
XYZ 1.36 1.08 1.06 -
YUV 27.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 41 21 25 0 0.49 0.39 0.84 348 0.32 0.12
Hex 29 15 19 0 31 27 54 15C 20 C
Octal 51 25 31 0 61 47 124 534 40 14
Binary 101001 10101 11001 0 110001 100111 1010100 101011100 100000 1100

Color Harmonies of #291519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291519

Black with #291519

Text Example


Text Example

White with #291519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291519; }

 p { color: rgb(41,21,25); }

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

background-color css

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

 a { background-color: rgb(41,21,25); }

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

border-color css

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

 span { border-color: rgb(41,21,25); }

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