Html Css Color HEX #490713 Rustic Red

📋 copy color: '#490713'

red 73 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #490713

Tints of Rustic Red #490713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.07%

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

R = 73.74%
G = 7.07%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490713 (or 0x490713) is known color: Rustic Red. HEX triplet: 49, 07 and 13. RGB value is (73,7,19). Sum of RGB (Red+Green+Blue) = 73+7+19=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490713 is #B6F8EC. Grayscale: #1C1C1C. Windows color (decimal): -11991277 or 1247049. OLE color: 1247049.

HSL color Cylindrical-coordinate representation of color #490713: hue angle of 349.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490713 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 19 -
CMYK 0 0.90 0.74 0.71
HSL 349.09º 0.83% 0.16% -
HSV(B) 349.09º 0.9% 0.29% -
XYZ 2.94 1.62 0.77 -
YUV 28.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 73 7 19 0 0.90 0.74 0.71 349.09 0.83 0.16
Hex 49 7 13 0 5A 4A 47 15D 52 10
Octal 111 7 23 0 132 112 107 535 122 20
Binary 1001001 111 10011 0 1011010 1001010 1000111 101011101 1010010 10000

Color Harmonies of #490713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490713

Black with #490713

Text Example


Text Example

White with #490713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490713; }

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

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

background-color css

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

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

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

border-color css

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

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

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