#4C1617

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

Shades of Rustic Red #4C1617

Tints of Rustic Red #4C1617

Color information

#4C1617 (or 0x4C1617) is unknown color: approx Rustic Red. HEX triplet: 4C, 16 and 17. RGB value is (76,22,23). Sum of RGB (Red+Green+Blue) = 76+22+23=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1617 is #B3E9E8. Grayscale: #262626. Windows color (decimal): -11790825 or 1513036. OLE color: 1513036.

HSL color Cylindrical-coordinate representation of color #4C1617: hue angle of 358.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C1617 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.70.

Color convert

RGB762223-
CMYK00.710.700.70
HSL358.89º55.1%19.22%-
HSV(B)358.89º71.05%29.8%-
XYZ3.422.171.05-
YUV38.26119.39154.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.81%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=62.81%
G=18.18%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76222300.710.700.70358.8955.119.22
Hex4C161704746461673713
Octal114262701071061065476723
Binary10011001011010111010001111000110100011010110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C1617; }

 p { color: rgb(76,22,23); }

 H1.HeaderClassName
 {
   color: #4C1617;
 }
 .AnyTagClassName
 {
   color: #4C1617;
 }
</style>
background-color css

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

 a { background-color: rgb(76,22,23); }

 div.DivClassName
 {
   background-color: #4C1617;
 }
 .BgClassName
 {
   background-color: #4C1617;
 }
</style>
border-color css

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

 span { border-color: rgb(76,22,23); }

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