Html Css Color HEX #291015 Rustic Red

📋 copy color: '#291015'

red 41 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #291015

Tints of Rustic Red #291015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.51%

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

R = 52.56%
G = 20.51%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#291015 (or 0x291015) is known color: Rustic Red. HEX triplet: 29, 10 and 15. RGB value is (41,16,21). Sum of RGB (Red+Green+Blue) = 41+16+21=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #291015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291015 is #D6EFEA. Grayscale: #181818. Windows color (decimal): -14086123 or 1380393. OLE color: 1380393.

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

Color convert

RGB 41 16 21 -
CMYK 0 0.61 0.49 0.84
HSL 348º 0.44% 0.11% -
HSV(B) 348º 0.61% 0.16% -
XYZ 1.24 0.9 0.82 -
YUV 24.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 41 16 21 0 0.61 0.49 0.84 348 0.44 0.11
Hex 29 10 15 0 3D 31 54 15C 2C B
Octal 51 20 25 0 75 61 124 534 54 13
Binary 101001 10000 10101 0 111101 110001 1010100 101011100 101100 1011

Color Harmonies of #291015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291015

Black with #291015

Text Example


Text Example

White with #291015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291015; }

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

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

background-color css

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

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

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

border-color css

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

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

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