#4E0205

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

Shades of Rustic Red #4E0205

Tints of Rustic Red #4E0205

Color information

#4E0205 (or 0x4E0205) is unknown color: approx Rustic Red. HEX triplet: 4E, 02 and 05. RGB value is (78,2,5). Sum of RGB (Red+Green+Blue) = 78+2+5=85 (11% of max value = 765). Red value is 78 (30.86% from 255 or 91.76% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0205 is #B1FDFA. Grayscale: #191919. Windows color (decimal): -11664891 or 328270. OLE color: 328270.

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

Color convert

RGB7825-
CMYK00.970.940.69
HSL357.63º95%15.69%-
HSV(B)357.63º97.44%30.59%-
XYZ3.191.670.3-
YUV25.07116.68165.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 91.76%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=91.76%
G=2.35%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal782500.970.940.69357.639515.69
Hex4E250615E451665f10
Octal11625014113610554613720
Binary1001110101010110000110111101000101101100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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