Html Css Color HEX #4C160E Red Oxide

📋 copy color: '#4C160E'

red 76 ◦ green 22 ◦ blue 14

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

Shades of Red Oxide #4C160E

Tints of Red Oxide #4C160E

RGB

 RED value IS 76 (30.08% from 255) = 67.86%

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

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

R = 67.86%
G = 19.64%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C160E (or 0x4C160E) is known color: Red Oxide. HEX triplet: 4C, 16 and 0E. RGB value is (76,22,14). Sum of RGB (Red+Green+Blue) = 76+22+14=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C160E is #B3E9F1. Grayscale: #252525. Windows color (decimal): -11790834 or 923212. OLE color: 923212.

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

Color convert

RGB 76 22 14 -
CMYK 0 0.71 0.82 0.70
HSL 7.74º 0.69% 0.18% -
HSV(B) 7.74º 0.82% 0.3% -
XYZ 3.35 2.14 0.65 -
YUV 37.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 76 22 14 0 0.71 0.82 0.70 7.74 0.69 0.18
Hex 4C 16 E 0 47 52 46 8 45 12
Octal 114 26 16 0 107 122 106 10 105 22
Binary 1001100 10110 1110 0 1000111 1010010 1000110 1000 1000101 10010

Color Harmonies of #4C160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C160E

Black with #4C160E

Text Example


Text Example

White with #4C160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,22,14); }

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

background-color css

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

 a { background-color: rgb(76,22,14); }

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

border-color css

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

 span { border-color: rgb(76,22,14); }

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