#4E030D

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

Shades of Rustic Red #4E030D

Tints of Rustic Red #4E030D

Color information

#4E030D (or 0x4E030D) is unknown color: approx Rustic Red. HEX triplet: 4E, 03 and 0D. RGB value is (78,3,13). Sum of RGB (Red+Green+Blue) = 78+3+13=94 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.98% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 78 - color contains mainly: red. Hex color #4E030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E030D is #B1FCF2. Grayscale: #1A1A1A. Windows color (decimal): -11664627 or 852814. OLE color: 852814.

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

Color convert

RGB78313-
CMYK00.960.830.69
HSL352º92.59%15.88%-
HSV(B)352º96.15%30.59%-
XYZ3.251.710.54-
YUV26.56120.35164.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 82.98%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=82.98%
G=3.19%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7831300.960.830.6935292.5915.88
Hex4E3D06053451605d10
Octal116315014012310554013520
Binary10011101111010110000010100111000101101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,3,13); }

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

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

 a { background-color: rgb(78,3,13); }

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

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

 span { border-color: rgb(78,3,13); }

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