Html Css Color HEX #490512 Rustic Red

📋 copy color: '#490512'

red 73 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #490512

Tints of Rustic Red #490512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

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

R = 76.04%
G = 5.21%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490512 (or 0x490512) is known color: Rustic Red. HEX triplet: 49, 05 and 12. RGB value is (73,5,18). Sum of RGB (Red+Green+Blue) = 73+5+18=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490512 is #B6FAED. Grayscale: #1A1A1A. Windows color (decimal): -11991790 or 1181001. OLE color: 1181001.

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

Color convert

RGB 73 5 18 -
CMYK 0 0.93 0.75 0.71
HSL 348.53º 0.87% 0.15% -
HSV(B) 348.53º 0.93% 0.29% -
XYZ 2.91 1.57 0.72 -
YUV 26.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 73 5 18 0 0.93 0.75 0.71 348.53 0.87 0.15
Hex 49 5 12 0 5D 4B 47 15D 57 F
Octal 111 5 22 0 135 113 107 535 127 17
Binary 1001001 101 10010 0 1011101 1001011 1000111 101011101 1010111 1111

Color Harmonies of #490512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490512

Black with #490512

Text Example


Text Example

White with #490512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490512; }

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

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

background-color css

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

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

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

border-color css

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

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

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