Html Css Color HEX #491718 Rustic Red

📋 copy color: '#491718'

red 73 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #491718

Tints of Rustic Red #491718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

 BLUE value IS 24 (9.77% from 255) = 20%

R = 60.83%
G = 19.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#491718 (or 0x491718) is known color: Rustic Red. HEX triplet: 49, 17 and 18. RGB value is (73,23,24). Sum of RGB (Red+Green+Blue) = 73+23+24=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #491718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491718 is #B6E8E7. Grayscale: #262626. Windows color (decimal): -11987176 or 1578825. OLE color: 1578825.

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

Color convert

RGB 73 23 24 -
CMYK 0 0.68 0.67 0.71
HSL 358.8º 0.52% 0.19% -
HSV(B) 358.8º 0.68% 0.29% -
XYZ 3.22 2.1 1.1 -
YUV 38.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 73 23 24 0 0.68 0.67 0.71 358.8 0.52 0.19
Hex 49 17 18 0 44 43 47 167 34 13
Octal 111 27 30 0 104 103 107 547 64 23
Binary 1001001 10111 11000 0 1000100 1000011 1000111 101100111 110100 10011

Color Harmonies of #491718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491718

Black with #491718

Text Example


Text Example

White with #491718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491718; }

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

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

background-color css

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

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

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

border-color css

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

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

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