Html Css Color HEX #4E030F Rustic Red

📋 copy color: '#4E030F'

red 78 ◦ green 3 ◦ blue 15

#4E030F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #4E030F

Tints of Rustic Red #4E030F

RGB

 RED value IS 78 (30.86% from 255) = 81.25%

 GREEN value IS 3 (1.56% from 255) = 3.13%

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 81.25%
G = 3.13%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4E030F (or 0x4E030F) is known color: Rustic Red. HEX triplet: 4E, 03 and 0F. RGB value is (78,3,15). Sum of RGB (Red+Green+Blue) = 78+3+15=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E030F is #B1FCF0. Grayscale: #1A1A1A. Windows color (decimal): -11664625 or 983886. OLE color: 983886.

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

Color convert

RGB 78 3 15 -
CMYK 0 0.96 0.81 0.69
HSL 350.4º 0.93% 0.16% -
HSV(B) 350.4º 0.96% 0.31% -
XYZ 3.26 1.72 0.61 -
YUV 26.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 78 3 15 0 0.96 0.81 0.69 350.4 0.93 0.16
Hex 4E 3 F 0 60 51 45 15E 5D 10
Octal 116 3 17 0 140 121 105 536 135 20
Binary 1001110 11 1111 0 1100000 1010001 1000101 101011110 1011101 10000

Color Harmonies of #4E030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E030F

Black with #4E030F

Text Example


Text Example

White with #4E030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E030F;
 }
 .AnyTagClassName
 {
   color: #4E030F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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