Html Css Color HEX #490012 Rustic Red

📋 copy color: '#490012'

red 73 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #490012

Tints of Rustic Red #490012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.22%
G = 0%
B = 19.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490012 (or 0x490012) is known color: Rustic Red. HEX triplet: 49, 00 and 12. RGB value is (73,0,18). Sum of RGB (Red+Green+Blue) = 73+0+18=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #490012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490012 is #B6FFED. Grayscale: #171717. Windows color (decimal): -11993070 or 1179721. OLE color: 1179721.

HSL color Cylindrical-coordinate representation of color #490012: hue angle of 345.21º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490012 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 0 18 -
CMYK 0 1 0.75 0.71
HSL 345.21º 1% 0.14% -
HSV(B) 345.21º 1% 0.29% -
XYZ 2.86 1.46 0.7 -
YUV 23.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 73 0 18 0 1 0.75 0.71 345.21 1 0.14
Hex 49 0 12 0 64 4B 47 159 64 E
Octal 111 0 22 0 144 113 107 531 144 16
Binary 1001001 0 10010 0 1100100 1001011 1000111 101011001 1100100 1110

Color Harmonies of #490012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490012

Black with #490012

Text Example


Text Example

White with #490012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490012; }

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

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

background-color css

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

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

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

border-color css

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

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

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