#4E0B10

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

Shades of Rustic Red #4E0B10

Tints of Rustic Red #4E0B10

Color information

#4E0B10 (or 0x4E0B10) is unknown color: approx Rustic Red. HEX triplet: 4E, 0B and 10. RGB value is (78,11,16). Sum of RGB (Red+Green+Blue) = 78+11+16=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0B10 is #B1F4EF. Grayscale: #1F1F1F. Windows color (decimal): -11662576 or 1051470. OLE color: 1051470.

HSL color Cylindrical-coordinate representation of color #4E0B10: hue angle of 355.52º 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 #4E0B10 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB781116-
CMYK00.860.790.69
HSL355.52º75.28%17.45%-
HSV(B)355.52º85.9%30.59%-
XYZ3.361.90.68-
YUV31.6119.2161.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 74.29%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=74.29%
G=10.48%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78111600.860.790.69355.5275.2817.45
Hex4EB100564F451644b11
Octal1161320012611710554411321
Binary10011101011100000101011010011111000101101100100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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