Html Css Color HEX #4E100C Red Oxide

📋 copy color: '#4E100C'

red 78 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #4E100C

Tints of Red Oxide #4E100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 73.58%
G = 15.09%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E100C (or 0x4E100C) is known color: Red Oxide. HEX triplet: 4E, 10 and 0C. RGB value is (78,16,12). Sum of RGB (Red+Green+Blue) = 78+16+12=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E100C is #B1EFF3. Grayscale: #222222. Windows color (decimal): -11661300 or 790606. OLE color: 790606.

HSL color Cylindrical-coordinate representation of color #4E100C: hue angle of 3.64º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E100C is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 16 12 -
CMYK 0 0.79 0.85 0.69
HSL 3.64º 0.73% 0.18% -
HSV(B) 3.64º 0.85% 0.31% -
XYZ 3.39 2.02 0.56 -
YUV 34.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 78 16 12 0 0.79 0.85 0.69 3.64 0.73 0.18
Hex 4E 10 C 0 4F 55 45 4 49 12
Octal 116 20 14 0 117 125 105 4 111 22
Binary 1001110 10000 1100 0 1001111 1010101 1000101 100 1001001 10010

Color Harmonies of #4E100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E100C

Black with #4E100C

Text Example


Text Example

White with #4E100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,12); }

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

background-color css

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

 a { background-color: rgb(78,16,12); }

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

border-color css

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

 span { border-color: rgb(78,16,12); }

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