#491718

Color #491718 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #491718

Tints of Rustic Red #491718

Color information

#491718 (or 0x491718) is unknown color: approx 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

RGB732324-
CMYK00.680.670.71
HSL358.8º52.08%18.82%-
HSV(B)358.8º68.49%28.63%-
XYZ3.222.11.1-
YUV38.06120.06152.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73232400.680.670.71358.852.0818.82
Hex49171804443471673413
Octal111273001041031075476423
Binary10010011011111000010001001000011100011110110011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>