Html Css Color HEX #490112 Rustic Red

📋 copy color: '#490112'

red 73 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #490112

Tints of Rustic Red #490112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.57%

R = 79.35%
G = 1.09%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490112 (or 0x490112) is known color: Rustic Red. HEX triplet: 49, 01 and 12. RGB value is (73,1,18). Sum of RGB (Red+Green+Blue) = 73+1+18=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490112 is #B6FEED. Grayscale: #181818. Windows color (decimal): -11992814 or 1179977. OLE color: 1179977.

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

Color convert

RGB 73 1 18 -
CMYK 0 0.99 0.75 0.71
HSL 345.83º 0.97% 0.15% -
HSV(B) 345.83º 0.99% 0.29% -
XYZ 2.87 1.48 0.71 -
YUV 24.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 73 1 18 0 0.99 0.75 0.71 345.83 0.97 0.15
Hex 49 1 12 0 63 4B 47 15A 61 F
Octal 111 1 22 0 143 113 107 532 141 17
Binary 1001001 1 10010 0 1100011 1001011 1000111 101011010 1100001 1111

Color Harmonies of #490112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490112

Black with #490112

Text Example


Text Example

White with #490112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490112; }

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

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

background-color css

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

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

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

border-color css

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

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

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