#4E0102

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

Shades of Rustic Red #4E0102

Tints of Rustic Red #4E0102

Color information

#4E0102 (or 0x4E0102) is unknown color: approx Rustic Red. HEX triplet: 4E, 01 and 02. RGB value is (78,1,2). Sum of RGB (Red+Green+Blue) = 78+1+2=81 (10% of max value = 765). Red value is 78 (30.86% from 255 or 96.30% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0102 is #B1FEFD. Grayscale: #181818. Windows color (decimal): -11665150 or 131406. OLE color: 131406.

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

Color convert

RGB7812-
CMYK00.990.970.69
HSL359.22º97.47%15.49%-
HSV(B)359.22º98.72%30.59%-
XYZ3.161.650.21-
YUV24.14115.51166.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 96.30%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=96.30%
G=1.23%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal781200.990.970.69359.2297.4715.49
Hex4E12063614516761f
Octal11612014314110554714117
Binary1001110110011000111100001100010110110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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