Html Css Color HEX #490C13 Rustic Red

📋 copy color: '#490C13'

red 73 ◦ green 12 ◦ blue 19

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

Shades of Rustic Red #490C13

Tints of Rustic Red #490C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 70.19%
G = 11.54%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490C13 (or 0x490C13) is known color: Rustic Red. HEX triplet: 49, 0C and 13. RGB value is (73,12,19). Sum of RGB (Red+Green+Blue) = 73+12+19=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #490C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C13 is #B6F3EC. Grayscale: #1F1F1F. Windows color (decimal): -11989997 or 1248329. OLE color: 1248329.

HSL color Cylindrical-coordinate representation of color #490C13: hue angle of 353.11º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C13 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 19 -
CMYK 0 0.84 0.74 0.71
HSL 353.11º 0.72% 0.17% -
HSV(B) 353.11º 0.84% 0.29% -
XYZ 3 1.73 0.79 -
YUV 31.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 73 12 19 0 0.84 0.74 0.71 353.11 0.72 0.17
Hex 49 C 13 0 54 4A 47 161 48 11
Octal 111 14 23 0 124 112 107 541 110 21
Binary 1001001 1100 10011 0 1010100 1001010 1000111 101100001 1001000 10001

Color Harmonies of #490C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C13

Black with #490C13

Text Example


Text Example

White with #490C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,19); }

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

background-color css

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

 a { background-color: rgb(73,12,19); }

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

border-color css

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

 span { border-color: rgb(73,12,19); }

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