Html Css Color HEX #4D120E Red Oxide

📋 copy color: '#4D120E'

red 77 ◦ green 18 ◦ blue 14

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

Shades of Red Oxide #4D120E

Tints of Red Oxide #4D120E

RGB

 RED value IS 77 (30.47% from 255) = 70.64%

 GREEN value IS 18 (7.42% from 255) = 16.51%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 70.64%
G = 16.51%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D120E (or 0x4D120E) is known color: Red Oxide. HEX triplet: 4D, 12 and 0E. RGB value is (77,18,14). Sum of RGB (Red+Green+Blue) = 77+18+14=109 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70.64% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 77 - color contains mainly: red. Hex color #4D120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D120E is #B2EDF1. Grayscale: #232323. Windows color (decimal): -11726322 or 922189. OLE color: 922189.

HSL color Cylindrical-coordinate representation of color #4D120E: hue angle of 3.81º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D120E is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 18 14 -
CMYK 0 0.77 0.82 0.70
HSL 3.81º 0.69% 0.18% -
HSV(B) 3.81º 0.82% 0.3% -
XYZ 3.36 2.04 0.63 -
YUV 35.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 77 18 14 0 0.77 0.82 0.70 3.81 0.69 0.18
Hex 4D 12 E 0 4D 52 46 4 45 12
Octal 115 22 16 0 115 122 106 4 105 22
Binary 1001101 10010 1110 0 1001101 1010010 1000110 100 1000101 10010

Color Harmonies of #4D120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D120E

Black with #4D120E

Text Example


Text Example

White with #4D120E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,14); }

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

background-color css

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

 a { background-color: rgb(77,18,14); }

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

border-color css

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

 span { border-color: rgb(77,18,14); }

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