Html Css Color HEX #490714 Rustic Red

📋 copy color: '#490714'

red 73 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #490714

Tints of Rustic Red #490714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7%

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

R = 73%
G = 7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#490714 (or 0x490714) is known color: Rustic Red. HEX triplet: 49, 07 and 14. RGB value is (73,7,20). Sum of RGB (Red+Green+Blue) = 73+7+20=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490714 is #B6F8EB. Grayscale: #1C1C1C. Windows color (decimal): -11991276 or 1312585. OLE color: 1312585.

HSL color Cylindrical-coordinate representation of color #490714: hue angle of 348.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490714 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 20 -
CMYK 0 0.90 0.73 0.71
HSL 348.18º 0.83% 0.16% -
HSV(B) 348.18º 0.9% 0.29% -
XYZ 2.95 1.62 0.82 -
YUV 28.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 73 7 20 0 0.90 0.73 0.71 348.18 0.83 0.16
Hex 49 7 14 0 5A 49 47 15C 52 10
Octal 111 7 24 0 132 111 107 534 122 20
Binary 1001001 111 10100 0 1011010 1001001 1000111 101011100 1010010 10000

Color Harmonies of #490714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490714

Black with #490714

Text Example


Text Example

White with #490714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490714; }

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

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

background-color css

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

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

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

border-color css

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

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

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