Html Css Color HEX #94160F Falu Red

📋 copy color: '#94160F'

red 148 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #94160F

Tints of Falu Red #94160F

RGB

 RED value IS 148 (58.2% from 255) = 80%

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 80%
G = 11.89%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94160F (or 0x94160F) is known color: Falu Red. HEX triplet: 94, 16 and 0F. RGB value is (148,22,15). Sum of RGB (Red+Green+Blue) = 148+22+15=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #94160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94160F is #6BE9F0. Grayscale: #3B3B3B. Windows color (decimal): -7072241 or 988820. OLE color: 988820.

HSL color Cylindrical-coordinate representation of color #94160F: hue angle of 3.16º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94160F is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 22 15 -
CMYK 0 0.85 0.90 0.42
HSL 3.16º 0.82% 0.32% -
HSV(B) 3.16º 0.9% 0.58% -
XYZ 12.59 6.9 1.12 -
YUV 58.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 148 22 15 0 0.85 0.90 0.42 3.16 0.82 0.32
Hex 94 16 F 0 55 5A 2A 3 52 20
Octal 224 26 17 0 125 132 52 3 122 40
Binary 10010100 10110 1111 0 1010101 1011010 101010 11 1010010 100000

Color Harmonies of #94160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94160F

Black with #94160F

Text Example


Text Example

White with #94160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94160F; }

 p { color: rgb(148,22,15); }

 H1.HeaderClassName
 {
   color: #94160F;
 }
 .AnyTagClassName
 {
   color: #94160F;
 }
</style>

background-color css

<style>
 a { background-color: #94160F; }

 a { background-color: rgb(148,22,15); }

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

border-color css

<style>
 span { border-color: #94160F; }

 span { border-color: rgb(148,22,15); }

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