#4E0204

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

Shades of Rustic Red #4E0204

Tints of Rustic Red #4E0204

Color information

#4E0204 (or 0x4E0204) is unknown color: approx Rustic Red. HEX triplet: 4E, 02 and 04. RGB value is (78,2,4). Sum of RGB (Red+Green+Blue) = 78+2+4=84 (11% of max value = 765). Red value is 78 (30.86% from 255 or 92.86% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0204 is #B1FDFB. Grayscale: #191919. Windows color (decimal): -11664892 or 262734. OLE color: 262734.

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

Color convert

RGB7824-
CMYK00.970.950.69
HSL358.42º95%15.69%-
HSV(B)358.42º97.44%30.59%-
XYZ3.191.670.27-
YUV24.95116.18165.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 92.86%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=92.86%
G=2.38%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal782400.970.950.69358.429515.69
Hex4E240615F451665f10
Octal11624014113710554613720
Binary1001110101000110000110111111000101101100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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