Html Css Color HEX #490312 Rustic Red

📋 copy color: '#490312'

red 73 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #490312

Tints of Rustic Red #490312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 77.66%
G = 3.19%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490312 (or 0x490312) is known color: Rustic Red. HEX triplet: 49, 03 and 12. RGB value is (73,3,18). Sum of RGB (Red+Green+Blue) = 73+3+18=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490312 is #B6FCED. Grayscale: #191919. Windows color (decimal): -11992302 or 1180489. OLE color: 1180489.

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

Color convert

RGB 73 3 18 -
CMYK 0 0.96 0.75 0.71
HSL 347.14º 0.92% 0.15% -
HSV(B) 347.14º 0.96% 0.29% -
XYZ 2.89 1.53 0.71 -
YUV 25.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 73 3 18 0 0.96 0.75 0.71 347.14 0.92 0.15
Hex 49 3 12 0 60 4B 47 15B 5C F
Octal 111 3 22 0 140 113 107 533 134 17
Binary 1001001 11 10010 0 1100000 1001011 1000111 101011011 1011100 1111

Color Harmonies of #490312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490312

Black with #490312

Text Example


Text Example

White with #490312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490312; }

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

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

background-color css

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

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

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

border-color css

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

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

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