Html Css Color HEX #491213 Rustic Red

📋 copy color: '#491213'

red 73 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #491213

Tints of Rustic Red #491213

RGB

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

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

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

R = 66.36%
G = 16.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#491213 (or 0x491213) is known color: Rustic Red. HEX triplet: 49, 12 and 13. RGB value is (73,18,19). Sum of RGB (Red+Green+Blue) = 73+18+19=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491213 is #B6EDEC. Grayscale: #222222. Windows color (decimal): -11988461 or 1249865. OLE color: 1249865.

HSL color Cylindrical-coordinate representation of color #491213: hue angle of 358.91º 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 #491213 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 18 19 -
CMYK 0 0.75 0.74 0.71
HSL 358.91º 0.6% 0.18% -
HSV(B) 358.91º 0.75% 0.29% -
XYZ 3.08 1.9 0.82 -
YUV 34.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 73 18 19 0 0.75 0.74 0.71 358.91 0.6 0.18
Hex 49 12 13 0 4B 4A 47 167 3C 12
Octal 111 22 23 0 113 112 107 547 74 22
Binary 1001001 10010 10011 0 1001011 1001010 1000111 101100111 111100 10010

Color Harmonies of #491213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491213

Black with #491213

Text Example


Text Example

White with #491213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491213; }

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

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

background-color css

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

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

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

border-color css

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

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

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