Html Css Color HEX #490C14 Rustic Red

📋 copy color: '#490C14'

red 73 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #490C14

Tints of Rustic Red #490C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 69.52%
G = 11.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#490C14 (or 0x490C14) is known color: Rustic Red. HEX triplet: 49, 0C and 14. RGB value is (73,12,20). Sum of RGB (Red+Green+Blue) = 73+12+20=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #490C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C14 is #B6F3EB. Grayscale: #1F1F1F. Windows color (decimal): -11989996 or 1313865. OLE color: 1313865.

HSL color Cylindrical-coordinate representation of color #490C14: hue angle of 352.13º 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 #490C14 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 12 20 -
CMYK 0 0.84 0.73 0.71
HSL 352.13º 0.72% 0.17% -
HSV(B) 352.13º 0.84% 0.29% -
XYZ 3.01 1.73 0.84 -
YUV 31.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 73 12 20 0 0.84 0.73 0.71 352.13 0.72 0.17
Hex 49 C 14 0 54 49 47 160 48 11
Octal 111 14 24 0 124 111 107 540 110 21
Binary 1001001 1100 10100 0 1010100 1001001 1000111 101100000 1001000 10001

Color Harmonies of #490C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C14

Black with #490C14

Text Example


Text Example

White with #490C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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