Html Css Color HEX #490406 Rustic Red

📋 copy color: '#490406'

red 73 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #490406

Tints of Rustic Red #490406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.82%

 BLUE value IS 6 (2.73% from 255) = 7.23%

R = 87.95%
G = 4.82%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#490406 (or 0x490406) is known color: Rustic Red. HEX triplet: 49, 04 and 06. RGB value is (73,4,6). Sum of RGB (Red+Green+Blue) = 73+4+6=83 (10% of max value = 765). Red value is 73 (28.91% from 255 or 87.95% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 73 - color contains mainly: red. Hex color #490406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490406 is #B6FBF9. Grayscale: #181818. Windows color (decimal): -11992058 or 394313. OLE color: 394313.

HSL color Cylindrical-coordinate representation of color #490406: hue angle of 358.26º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490406 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 6 -
CMYK 0 0.95 0.92 0.71
HSL 358.26º 0.9% 0.15% -
HSV(B) 358.26º 0.95% 0.29% -
XYZ 2.82 1.52 0.32 -
YUV 24.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 73 4 6 0 0.95 0.92 0.71 358.26 0.9 0.15
Hex 49 4 6 0 5F 5C 47 166 5A F
Octal 111 4 6 0 137 134 107 546 132 17
Binary 1001001 100 110 0 1011111 1011100 1000111 101100110 1011010 1111

Color Harmonies of #490406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490406

Black with #490406

Text Example


Text Example

White with #490406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490406; }

 p { color: rgb(73,4,6); }

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

background-color css

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

 a { background-color: rgb(73,4,6); }

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

border-color css

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

 span { border-color: rgb(73,4,6); }

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