Html Css Color HEX #4E000A Rustic Red

📋 copy color: '#4E000A'

red 78 ◦ green 0 ◦ blue 10

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

Shades of Rustic Red #4E000A

Tints of Rustic Red #4E000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 11.36%

R = 88.64%
G = 0%
B = 11.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#4E000A (or 0x4E000A) is known color: Rustic Red. HEX triplet: 4E, 00 and 0A. RGB value is (78,0,10). Sum of RGB (Red+Green+Blue) = 78+0+10=88 (11% of max value = 765). Red value is 78 (30.86% from 255 or 88.64% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 78 - color contains mainly: red. Hex color #4E000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E000A is #B1FFF5. Grayscale: #181818. Windows color (decimal): -11665398 or 655438. OLE color: 655438.

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

Color convert

RGB 78 0 10 -
CMYK 0 1 0.87 0.69
HSL 352.31º 1% 0.15% -
HSV(B) 352.31º 1% 0.31% -
XYZ 3.2 1.64 0.44 -
YUV 24.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 78 0 10 0 1 0.87 0.69 352.31 1 0.15
Hex 4E 0 A 0 64 57 45 160 64 F
Octal 116 0 12 0 144 127 105 540 144 17
Binary 1001110 0 1010 0 1100100 1010111 1000101 101100000 1100100 1111

Color Harmonies of #4E000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E000A

Black with #4E000A

Text Example


Text Example

White with #4E000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,0,10); }

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

background-color css

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

 a { background-color: rgb(78,0,10); }

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

border-color css

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

 span { border-color: rgb(78,0,10); }

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