Html Css Color HEX #4E010F Rustic Red

📋 copy color: '#4E010F'

red 78 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #4E010F

Tints of Rustic Red #4E010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

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

R = 82.98%
G = 1.06%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#4E010F (or 0x4E010F) is known color: Rustic Red. HEX triplet: 4E, 01 and 0F. RGB value is (78,1,15). Sum of RGB (Red+Green+Blue) = 78+1+15=94 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.98% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 78 - color contains mainly: red. Hex color #4E010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E010F is #B1FEF0. Grayscale: #191919. Windows color (decimal): -11665137 or 983374. OLE color: 983374.

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

Color convert

RGB 78 1 15 -
CMYK 0 0.99 0.81 0.69
HSL 349.09º 0.97% 0.15% -
HSV(B) 349.09º 0.99% 0.31% -
XYZ 3.24 1.68 0.6 -
YUV 25.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 78 1 15 0 0.99 0.81 0.69 349.09 0.97 0.15
Hex 4E 1 F 0 63 51 45 15D 61 F
Octal 116 1 17 0 143 121 105 535 141 17
Binary 1001110 1 1111 0 1100011 1010001 1000101 101011101 1100001 1111

Color Harmonies of #4E010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E010F

Black with #4E010F

Text Example


Text Example

White with #4E010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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