Html Css Color HEX #76100C Falu Red

📋 copy color: '#76100C'

red 118 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #76100C

Tints of Falu Red #76100C

RGB

 RED value IS 118 (46.48% from 255) = 80.82%

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

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

R = 80.82%
G = 10.96%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76100C (or 0x76100C) is known color: Falu Red. HEX triplet: 76, 10 and 0C. RGB value is (118,16,12). Sum of RGB (Red+Green+Blue) = 118+16+12=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #76100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76100C is #89EFF3. Grayscale: #2E2E2E. Windows color (decimal): -9039860 or 790646. OLE color: 790646.

HSL color Cylindrical-coordinate representation of color #76100C: hue angle of 2.26º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76100C is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 12 -
CMYK 0 0.86 0.90 0.54
HSL 2.26º 0.82% 0.25% -
HSV(B) 2.26º 0.9% 0.46% -
XYZ 7.72 4.25 0.76 -
YUV 46.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 118 16 12 0 0.86 0.90 0.54 2.26 0.82 0.25
Hex 76 10 C 0 56 5A 36 2 52 19
Octal 166 20 14 0 126 132 66 2 122 31
Binary 1110110 10000 1100 0 1010110 1011010 110110 10 1010010 11001

Color Harmonies of #76100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76100C

Black with #76100C

Text Example


Text Example

White with #76100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76100C; }

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

 H1.HeaderClassName
 {
   color: #76100C;
 }
 .AnyTagClassName
 {
   color: #76100C;
 }
</style>

background-color css

<style>
 a { background-color: #76100C; }

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

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

border-color css

<style>
 span { border-color: #76100C; }

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

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