Html Css Color HEX #93160C Falu Red

📋 copy color: '#93160C'

red 147 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #93160C

Tints of Falu Red #93160C

RGB

 RED value IS 147 (57.81% from 255) = 81.22%

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

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

R = 81.22%
G = 12.15%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93160C (or 0x93160C) is known color: Falu Red. HEX triplet: 93, 16 and 0C. RGB value is (147,22,12). Sum of RGB (Red+Green+Blue) = 147+22+12=181 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.22% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 147 - color contains mainly: red. Hex color #93160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93160C is #6CE9F3. Grayscale: #3A3A3A. Windows color (decimal): -7137780 or 792211. OLE color: 792211.

HSL color Cylindrical-coordinate representation of color #93160C: hue angle of 4.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93160C is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 22 12 -
CMYK 0 0.85 0.92 0.42
HSL 4.44º 0.85% 0.31% -
HSV(B) 4.44º 0.92% 0.58% -
XYZ 12.39 6.8 1.01 -
YUV 58.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 147 22 12 0 0.85 0.92 0.42 4.44 0.85 0.31
Hex 93 16 C 0 55 5C 2A 4 55 1F
Octal 223 26 14 0 125 134 52 4 125 37
Binary 10010011 10110 1100 0 1010101 1011100 101010 100 1010101 11111

Color Harmonies of #93160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93160C

Black with #93160C

Text Example


Text Example

White with #93160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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