Html Css Color HEX #4D160C Red Oxide

📋 copy color: '#4D160C'

red 77 ◦ green 22 ◦ blue 12

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

Shades of Red Oxide #4D160C

Tints of Red Oxide #4D160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.82%

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

R = 69.37%
G = 19.82%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D160C (or 0x4D160C) is known color: Red Oxide. HEX triplet: 4D, 16 and 0C. RGB value is (77,22,12). Sum of RGB (Red+Green+Blue) = 77+22+12=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D160C is #B2E9F3. Grayscale: #252525. Windows color (decimal): -11725300 or 792141. OLE color: 792141.

HSL color Cylindrical-coordinate representation of color #4D160C: hue angle of 9.23º 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 #4D160C is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 22 12 -
CMYK 0 0.71 0.84 0.70
HSL 9.23º 0.73% 0.17% -
HSV(B) 9.23º 0.84% 0.3% -
XYZ 3.41 2.18 0.59 -
YUV 37.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 77 22 12 0 0.71 0.84 0.70 9.23 0.73 0.17
Hex 4D 16 C 0 47 54 46 9 49 11
Octal 115 26 14 0 107 124 106 11 111 21
Binary 1001101 10110 1100 0 1000111 1010100 1000110 1001 1001001 10001

Color Harmonies of #4D160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D160C

Black with #4D160C

Text Example


Text Example

White with #4D160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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