Html Css Color HEX #94180F Falu Red

📋 copy color: '#94180F'

red 148 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #94180F

Tints of Falu Red #94180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 79.14%
G = 12.83%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94180F (or 0x94180F) is known color: Falu Red. HEX triplet: 94, 18 and 0F. RGB value is (148,24,15). Sum of RGB (Red+Green+Blue) = 148+24+15=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #94180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94180F is #6BE7F0. Grayscale: #3C3C3C. Windows color (decimal): -7071729 or 989332. OLE color: 989332.

HSL color Cylindrical-coordinate representation of color #94180F: hue angle of 4.06º 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 #94180F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 24 15 -
CMYK 0 0.84 0.90 0.42
HSL 4.06º 0.82% 0.32% -
HSV(B) 4.06º 0.9% 0.58% -
XYZ 12.63 6.98 1.13 -
YUV 60.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 148 24 15 0 0.84 0.90 0.42 4.06 0.82 0.32
Hex 94 18 F 0 54 5A 2A 4 52 20
Octal 224 30 17 0 124 132 52 4 122 40
Binary 10010100 11000 1111 0 1010100 1011010 101010 100 1010010 100000

Color Harmonies of #94180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94180F

Black with #94180F

Text Example


Text Example

White with #94180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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