#4E010C

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

Shades of Rustic Red #4E010C

Tints of Rustic Red #4E010C

Color information

#4E010C (or 0x4E010C) is unknown color: approx Rustic Red. HEX triplet: 4E, 01 and 0C. RGB value is (78,1,12). Sum of RGB (Red+Green+Blue) = 78+1+12=91 (12% of max value = 765). Red value is 78 (30.86% from 255 or 85.71% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 78 - color contains mainly: red. Hex color #4E010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E010C is #B1FEF3. Grayscale: #191919. Windows color (decimal): -11665140 or 786766. OLE color: 786766.

HSL color Cylindrical-coordinate representation of color #4E010C: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E010C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB78112-
CMYK00.990.850.69
HSL351.43º97.47%15.49%-
HSV(B)351.43º98.72%30.59%-
XYZ3.221.670.5-
YUV25.28120.51165.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=85.71%
G=1.10%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7811200.990.850.69351.4397.4715.49
Hex4E1C063554515f61f
Octal116114014312510553714117
Binary100111011100011000111010101100010110101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,12); }

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

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

 a { background-color: rgb(78,1,12); }

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

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

 span { border-color: rgb(78,1,12); }

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