Html Css Color HEX #4D120C Red Oxide

📋 copy color: '#4D120C'

red 77 ◦ green 18 ◦ blue 12

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

Shades of Red Oxide #4D120C

Tints of Red Oxide #4D120C

RGB

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

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

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

R = 71.96%
G = 16.82%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D120C (or 0x4D120C) is known color: Red Oxide. HEX triplet: 4D, 12 and 0C. RGB value is (77,18,12). Sum of RGB (Red+Green+Blue) = 77+18+12=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D120C is #B2EDF3. Grayscale: #232323. Windows color (decimal): -11726324 or 791117. OLE color: 791117.

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

Color convert

RGB 77 18 12 -
CMYK 0 0.77 0.84 0.70
HSL 5.54º 0.73% 0.17% -
HSV(B) 5.54º 0.84% 0.3% -
XYZ 3.34 2.04 0.56 -
YUV 34.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 77 18 12 0 0.77 0.84 0.70 5.54 0.73 0.17
Hex 4D 12 C 0 4D 54 46 6 49 11
Octal 115 22 14 0 115 124 106 6 111 21
Binary 1001101 10010 1100 0 1001101 1010100 1000110 110 1001001 10001

Color Harmonies of #4D120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D120C

Black with #4D120C

Text Example


Text Example

White with #4D120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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