Html Css Color HEX #490C12 Rustic Red

📋 copy color: '#490C12'

red 73 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #490C12

Tints of Rustic Red #490C12

RGB

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

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

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

R = 70.87%
G = 11.65%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490C12 (or 0x490C12) is known color: Rustic Red. HEX triplet: 49, 0C and 12. RGB value is (73,12,18). Sum of RGB (Red+Green+Blue) = 73+12+18=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #490C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C12 is #B6F3ED. Grayscale: #1E1E1E. Windows color (decimal): -11989998 or 1182793. OLE color: 1182793.

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

Color convert

RGB 73 12 18 -
CMYK 0 0.84 0.75 0.71
HSL 354.1º 0.72% 0.17% -
HSV(B) 354.1º 0.84% 0.29% -
XYZ 2.99 1.72 0.75 -
YUV 30.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 73 12 18 0 0.84 0.75 0.71 354.1 0.72 0.17
Hex 49 C 12 0 54 4B 47 162 48 11
Octal 111 14 22 0 124 113 107 542 110 21
Binary 1001001 1100 10010 0 1010100 1001011 1000111 101100010 1001000 10001

Color Harmonies of #490C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490C12

Black with #490C12

Text Example


Text Example

White with #490C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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