Html Css Color HEX #94190B Falu Red

📋 copy color: '#94190B'

red 148 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #94190B

Tints of Falu Red #94190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 11 (4.69% from 255) = 5.98%

R = 80.43%
G = 13.59%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94190B (or 0x94190B) is known color: Falu Red. HEX triplet: 94, 19 and 0B. RGB value is (148,25,11). Sum of RGB (Red+Green+Blue) = 148+25+11=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #94190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94190B is #6BE6F4. Grayscale: #3C3C3C. Windows color (decimal): -7071477 or 727444. OLE color: 727444.

HSL color Cylindrical-coordinate representation of color #94190B: hue angle of 6.13º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94190B is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 11 -
CMYK 0 0.83 0.93 0.42
HSL 6.13º 0.86% 0.31% -
HSV(B) 6.13º 0.93% 0.58% -
XYZ 12.62 7.02 1.01 -
YUV 60.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 148 25 11 0 0.83 0.93 0.42 6.13 0.86 0.31
Hex 94 19 B 0 53 5D 2A 6 56 1F
Octal 224 31 13 0 123 135 52 6 126 37
Binary 10010100 11001 1011 0 1010011 1011101 101010 110 1010110 11111

Color Harmonies of #94190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94190B

Black with #94190B

Text Example


Text Example

White with #94190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94190B; }

 p { color: rgb(148,25,11); }

 H1.HeaderClassName
 {
   color: #94190B;
 }
 .AnyTagClassName
 {
   color: #94190B;
 }
</style>

background-color css

<style>
 a { background-color: #94190B; }

 a { background-color: rgb(148,25,11); }

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

border-color css

<style>
 span { border-color: #94190B; }

 span { border-color: rgb(148,25,11); }

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