Html Css Color HEX #490313 Rustic Red

📋 copy color: '#490313'

red 73 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #490313

Tints of Rustic Red #490313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

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

R = 76.84%
G = 3.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490313 (or 0x490313) is known color: Rustic Red. HEX triplet: 49, 03 and 13. RGB value is (73,3,19). Sum of RGB (Red+Green+Blue) = 73+3+19=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490313 is #B6FCEC. Grayscale: #191919. Windows color (decimal): -11992301 or 1246025. OLE color: 1246025.

HSL color Cylindrical-coordinate representation of color #490313: hue angle of 346.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490313 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 3 19 -
CMYK 0 0.96 0.74 0.71
HSL 346.29º 0.92% 0.15% -
HSV(B) 346.29º 0.96% 0.29% -
XYZ 2.9 1.53 0.76 -
YUV 25.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 73 3 19 0 0.96 0.74 0.71 346.29 0.92 0.15
Hex 49 3 13 0 60 4A 47 15A 5C F
Octal 111 3 23 0 140 112 107 532 134 17
Binary 1001001 11 10011 0 1100000 1001010 1000111 101011010 1011100 1111

Color Harmonies of #490313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490313

Black with #490313

Text Example


Text Example

White with #490313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490313; }

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

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

background-color css

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

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

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

border-color css

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

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

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