Html Css Color HEX #291215 Rustic Red

📋 copy color: '#291215'

red 41 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #291215

Tints of Rustic Red #291215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.5%

 BLUE value IS 21 (8.59% from 255) = 26.25%

R = 51.25%
G = 22.5%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#291215 (or 0x291215) is known color: Rustic Red. HEX triplet: 29, 12 and 15. RGB value is (41,18,21). Sum of RGB (Red+Green+Blue) = 41+18+21=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #291215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291215 is #D6EDEA. Grayscale: #191919. Windows color (decimal): -14085611 or 1380905. OLE color: 1380905.

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

Color convert

RGB 41 18 21 -
CMYK 0 0.56 0.49 0.84
HSL 352.17º 0.39% 0.12% -
HSV(B) 352.17º 0.56% 0.16% -
XYZ 1.27 0.96 0.83 -
YUV 25.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 41 18 21 0 0.56 0.49 0.84 352.17 0.39 0.12
Hex 29 12 15 0 38 31 54 160 27 C
Octal 51 22 25 0 70 61 124 540 47 14
Binary 101001 10010 10101 0 111000 110001 1010100 101100000 100111 1100

Color Harmonies of #291215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291215

Black with #291215

Text Example


Text Example

White with #291215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291215; }

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

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

background-color css

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

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

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

border-color css

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

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

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