#4E010F

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

Shades of Rustic Red #4E010F

Tints of Rustic Red #4E010F

Color information

#4E010F (or 0x4E010F) is unknown color: approx Rustic Red. HEX triplet: 4E, 01 and 0F. RGB value is (78,1,15). Sum of RGB (Red+Green+Blue) = 78+1+15=94 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.98% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 78 - color contains mainly: red. Hex color #4E010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E010F is #B1FEF0. Grayscale: #191919. Windows color (decimal): -11665137 or 983374. OLE color: 983374.

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

Color convert

RGB78115-
CMYK00.990.810.69
HSL349.09º97.47%15.49%-
HSV(B)349.09º98.72%30.59%-
XYZ3.241.680.6-
YUV25.62122.01165.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 82.98%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=82.98%
G=1.06%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7811500.990.810.69349.0997.4715.49
Hex4E1F063514515d61f
Octal116117014312110553514117
Binary100111011111011000111010001100010110101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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