Html Css Color HEX #491215 Rustic Red

📋 copy color: '#491215'

red 73 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #491215

Tints of Rustic Red #491215

RGB

 RED value IS 73 (28.91% from 255) = 65.18%

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

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

R = 65.18%
G = 16.07%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#491215 (or 0x491215) is known color: Rustic Red. HEX triplet: 49, 12 and 15. RGB value is (73,18,21). Sum of RGB (Red+Green+Blue) = 73+18+21=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491215 is #B6EDEA. Grayscale: #222222. Windows color (decimal): -11988459 or 1380937. OLE color: 1380937.

HSL color Cylindrical-coordinate representation of color #491215: hue angle of 356.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491215 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 18 21 -
CMYK 0 0.75 0.71 0.71
HSL 356.73º 0.6% 0.18% -
HSV(B) 356.73º 0.75% 0.29% -
XYZ 3.1 1.9 0.91 -
YUV 34.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 73 18 21 0 0.75 0.71 0.71 356.73 0.6 0.18
Hex 49 12 15 0 4B 47 47 165 3C 12
Octal 111 22 25 0 113 107 107 545 74 22
Binary 1001001 10010 10101 0 1001011 1000111 1000111 101100101 111100 10010

Color Harmonies of #491215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491215

Black with #491215

Text Example


Text Example

White with #491215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491215; }

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

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

background-color css

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

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

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

border-color css

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

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

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