Html Css Color HEX #490408 Rustic Red

📋 copy color: '#490408'

red 73 ◦ green 4 ◦ blue 8

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

Shades of Rustic Red #490408

Tints of Rustic Red #490408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.41%

R = 85.88%
G = 4.71%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#490408 (or 0x490408) is known color: Rustic Red. HEX triplet: 49, 04 and 08. RGB value is (73,4,8). Sum of RGB (Red+Green+Blue) = 73+4+8=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490408 is #B6FBF7. Grayscale: #191919. Windows color (decimal): -11992056 or 525385. OLE color: 525385.

HSL color Cylindrical-coordinate representation of color #490408: hue angle of 356.52º 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 #490408 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 4 8 -
CMYK 0 0.95 0.89 0.71
HSL 356.52º 0.9% 0.15% -
HSV(B) 356.52º 0.95% 0.29% -
XYZ 2.83 1.52 0.37 -
YUV 25.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 73 4 8 0 0.95 0.89 0.71 356.52 0.9 0.15
Hex 49 4 8 0 5F 59 47 165 5A F
Octal 111 4 10 0 137 131 107 545 132 17
Binary 1001001 100 1000 0 1011111 1011001 1000111 101100101 1011010 1111

Color Harmonies of #490408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490408

Black with #490408

Text Example


Text Example

White with #490408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490408; }

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

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

background-color css

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

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

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

border-color css

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

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

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