#4E0C12

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

Shades of Rustic Red #4E0C12

Tints of Rustic Red #4E0C12

Color information

#4E0C12 (or 0x4E0C12) is unknown color: approx Rustic Red. HEX triplet: 4E, 0C and 12. RGB value is (78,12,18). Sum of RGB (Red+Green+Blue) = 78+12+18=108 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.22% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0C12 is #B1F3ED. Grayscale: #202020. Windows color (decimal): -11662318 or 1182798. OLE color: 1182798.

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

Color convert

RGB781218-
CMYK00.850.770.69
HSL354.55º73.33%17.65%-
HSV(B)354.55º84.62%30.59%-
XYZ3.381.930.77-
YUV32.42119.87160.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 72.22%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=72.22%
G=11.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78121800.850.770.69354.5573.3317.65
Hex4EC120554D451634912
Octal1161422012511510554311122
Binary10011101100100100101010110011011000101101100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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