Html Css Color HEX #490A12 Rustic Red

📋 copy color: '#490A12'

red 73 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #490A12

Tints of Rustic Red #490A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.9%

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

R = 72.28%
G = 9.9%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490A12 (or 0x490A12) is known color: Rustic Red. HEX triplet: 49, 0A and 12. RGB value is (73,10,18). Sum of RGB (Red+Green+Blue) = 73+10+18=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A12 is #B6F5ED. Grayscale: #1D1D1D. Windows color (decimal): -11990510 or 1182281. OLE color: 1182281.

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

Color convert

RGB 73 10 18 -
CMYK 0 0.86 0.75 0.71
HSL 352.38º 0.76% 0.16% -
HSV(B) 352.38º 0.86% 0.29% -
XYZ 2.97 1.68 0.74 -
YUV 29.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 73 10 18 0 0.86 0.75 0.71 352.38 0.76 0.16
Hex 49 A 12 0 56 4B 47 160 4C 10
Octal 111 12 22 0 126 113 107 540 114 20
Binary 1001001 1010 10010 0 1010110 1001011 1000111 101100000 1001100 10000

Color Harmonies of #490A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A12

Black with #490A12

Text Example


Text Example

White with #490A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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