Html Css Color HEX #291315 Rustic Red

📋 copy color: '#291315'

red 41 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #291315

Tints of Rustic Red #291315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

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

R = 50.62%
G = 23.46%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#291315 (or 0x291315) is known color: Rustic Red. HEX triplet: 29, 13 and 15. RGB value is (41,19,21). Sum of RGB (Red+Green+Blue) = 41+19+21=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291315 is #D6ECEA. Grayscale: #191919. Windows color (decimal): -14085355 or 1381161. OLE color: 1381161.

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

Color convert

RGB 41 19 21 -
CMYK 0 0.54 0.49 0.84
HSL 354.55º 0.37% 0.12% -
HSV(B) 354.55º 0.54% 0.16% -
XYZ 1.28 0.99 0.83 -
YUV 25.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 41 19 21 0 0.54 0.49 0.84 354.55 0.37 0.12
Hex 29 13 15 0 36 31 54 163 25 C
Octal 51 23 25 0 66 61 124 543 45 14
Binary 101001 10011 10101 0 110110 110001 1010100 101100011 100101 1100

Color Harmonies of #291315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291315

Black with #291315

Text Example


Text Example

White with #291315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291315; }

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

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

background-color css

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

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

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

border-color css

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

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

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