#4C1415

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

Shades of Rustic Red #4C1415

Tints of Rustic Red #4C1415

Color information

#4C1415 (or 0x4C1415) is unknown color: approx Rustic Red. HEX triplet: 4C, 14 and 15. RGB value is (76,20,21). Sum of RGB (Red+Green+Blue) = 76+20+21=117 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.96% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1415 is #B3EBEA. Grayscale: #242424. Windows color (decimal): -11791339 or 1381452. OLE color: 1381452.

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

Color convert

RGB762021-
CMYK00.740.720.70
HSL358.93º58.33%18.82%-
HSV(B)358.93º73.68%29.8%-
XYZ3.372.090.94-
YUV36.86119.05155.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 64.96%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=64.96%
G=17.09%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76202100.740.720.70358.9358.3318.82
Hex4C141504A48461673a13
Octal114242501121101065477223
Binary10011001010010101010010101001000100011010110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,21); }

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

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

 a { background-color: rgb(76,20,21); }

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

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

 span { border-color: rgb(76,20,21); }

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