Html Css Color HEX #491517 Rustic Red

📋 copy color: '#491517'

red 73 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #491517

Tints of Rustic Red #491517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.95%

 BLUE value IS 23 (9.38% from 255) = 19.66%

R = 62.39%
G = 17.95%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#491517 (or 0x491517) is known color: Rustic Red. HEX triplet: 49, 15 and 17. RGB value is (73,21,23). Sum of RGB (Red+Green+Blue) = 73+21+23=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #491517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491517 is #B6EAE8. Grayscale: #242424. Windows color (decimal): -11987689 or 1512777. OLE color: 1512777.

HSL color Cylindrical-coordinate representation of color #491517: hue angle of 357.69º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491517 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 21 23 -
CMYK 0 0.71 0.68 0.71
HSL 357.69º 0.55% 0.18% -
HSV(B) 357.69º 0.71% 0.29% -
XYZ 3.17 2.01 1.03 -
YUV 36.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 73 21 23 0 0.71 0.68 0.71 357.69 0.55 0.18
Hex 49 15 17 0 47 44 47 166 37 12
Octal 111 25 27 0 107 104 107 546 67 22
Binary 1001001 10101 10111 0 1000111 1000100 1000111 101100110 110111 10010

Color Harmonies of #491517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491517

Black with #491517

Text Example


Text Example

White with #491517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491517; }

 p { color: rgb(73,21,23); }

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

background-color css

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

 a { background-color: rgb(73,21,23); }

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

border-color css

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

 span { border-color: rgb(73,21,23); }

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