Html Css Color HEX #291213 Rustic Red

📋 copy color: '#291213'

red 41 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #291213

Tints of Rustic Red #291213

RGB

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

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

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

R = 52.56%
G = 23.08%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291213 (or 0x291213) is known color: Rustic Red. HEX triplet: 29, 12 and 13. RGB value is (41,18,19). Sum of RGB (Red+Green+Blue) = 41+18+19=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #291213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291213 is #D6EDEC. Grayscale: #191919. Windows color (decimal): -14085613 or 1249833. OLE color: 1249833.

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

Color convert

RGB 41 18 19 -
CMYK 0 0.56 0.54 0.84
HSL 357.39º 0.39% 0.12% -
HSV(B) 357.39º 0.56% 0.16% -
XYZ 1.25 0.95 0.73 -
YUV 24.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 41 18 19 0 0.56 0.54 0.84 357.39 0.39 0.12
Hex 29 12 13 0 38 36 54 165 27 C
Octal 51 22 23 0 70 66 124 545 47 14
Binary 101001 10010 10011 0 111000 110110 1010100 101100101 100111 1100

Color Harmonies of #291213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291213

Black with #291213

Text Example


Text Example

White with #291213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291213; }

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

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

background-color css

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

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

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

border-color css

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

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

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