Html Css Color HEX #490113 Rustic Red

📋 copy color: '#490113'

red 73 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #490113

Tints of Rustic Red #490113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

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

R = 78.49%
G = 1.08%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490113 (or 0x490113) is known color: Rustic Red. HEX triplet: 49, 01 and 13. RGB value is (73,1,19). Sum of RGB (Red+Green+Blue) = 73+1+19=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #490113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490113 is #B6FEEC. Grayscale: #181818. Windows color (decimal): -11992813 or 1245513. OLE color: 1245513.

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

Color convert

RGB 73 1 19 -
CMYK 0 0.99 0.74 0.71
HSL 345º 0.97% 0.15% -
HSV(B) 345º 0.99% 0.29% -
XYZ 2.88 1.49 0.75 -
YUV 24.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 73 1 19 0 0.99 0.74 0.71 345 0.97 0.15
Hex 49 1 13 0 63 4A 47 159 61 F
Octal 111 1 23 0 143 112 107 531 141 17
Binary 1001001 1 10011 0 1100011 1001010 1000111 101011001 1100001 1111

Color Harmonies of #490113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490113

Black with #490113

Text Example


Text Example

White with #490113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490113; }

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

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

background-color css

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

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

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

border-color css

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

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

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