#4E0B0C

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

Shades of Rustic Red #4E0B0C

Tints of Rustic Red #4E0B0C

Color information

#4E0B0C (or 0x4E0B0C) is unknown color: approx Rustic Red. HEX triplet: 4E, 0B and 0C. RGB value is (78,11,12). Sum of RGB (Red+Green+Blue) = 78+11+12=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0B0C is #B1F4F3. Grayscale: #1F1F1F. Windows color (decimal): -11662580 or 789326. OLE color: 789326.

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

Color convert

RGB781112-
CMYK00.860.850.69
HSL359.1º75.28%17.45%-
HSV(B)359.1º85.9%30.59%-
XYZ3.331.890.54-
YUV31.15117.2161.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 77.23%
GREEN value IS 11 (4.69% from 255) = 10.89%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=77.23%
G=10.89%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78111200.860.850.69359.175.2817.45
Hex4EBC05655451674b11
Octal1161314012612510554711321
Binary1001110101111000101011010101011000101101100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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