#4E0002

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

Shades of Rustic Red #4E0002

Tints of Rustic Red #4E0002

Color information

#4E0002 (or 0x4E0002) is unknown color: approx Rustic Red. HEX triplet: 4E, 00 and 02. RGB value is (78,0,2). Sum of RGB (Red+Green+Blue) = 78+0+2=80 (10% of max value = 765). Red value is 78 (30.86% from 255 or 97.5% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0002 is #B1FFFD. Grayscale: #171717. Windows color (decimal): -11665406 or 131150. OLE color: 131150.

HSL color Cylindrical-coordinate representation of color #4E0002: hue angle of 358.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB7802-
CMYK010.970.69
HSL358.46º100%15.29%-
HSV(B)358.46º100%30.59%-
XYZ3.151.620.2-
YUV23.55115.84166.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 97.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 2.5%
R=97.5%
G=0%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7802010.970.69358.4610015.29
Hex4E02064614516664f
Octal11602014414110554614417
Binary1001110010011001001100001100010110110011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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