Html Css Color HEX #490C0E Rustic Red

📋 copy color: '#490C0E'

red 73 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #490C0E

Tints of Rustic Red #490C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.14%

R = 73.74%
G = 12.12%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#490C0E (or 0x490C0E) is known color: Rustic Red. HEX triplet: 49, 0C and 0E. RGB value is (73,12,14). Sum of RGB (Red+Green+Blue) = 73+12+14=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C0E is #B6F3F1. Grayscale: #1E1E1E. Windows color (decimal): -11990002 or 920649. OLE color: 920649.

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

Color convert

RGB 73 12 14 -
CMYK 0 0.84 0.81 0.71
HSL 358.03º 0.72% 0.17% -
HSV(B) 358.03º 0.84% 0.29% -
XYZ 2.96 1.71 0.59 -
YUV 30.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 73 12 14 0 0.84 0.81 0.71 358.03 0.72 0.17
Hex 49 C E 0 54 51 47 166 48 11
Octal 111 14 16 0 124 121 107 546 110 21
Binary 1001001 1100 1110 0 1010100 1010001 1000111 101100110 1001000 10001

Color Harmonies of #490C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C0E

Black with #490C0E

Text Example


Text Example

White with #490C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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