Html Css Color HEX #94150B Falu Red

📋 copy color: '#94150B'

red 148 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #94150B

Tints of Falu Red #94150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 82.22%
G = 11.67%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94150B (or 0x94150B) is known color: Falu Red. HEX triplet: 94, 15 and 0B. RGB value is (148,21,11). Sum of RGB (Red+Green+Blue) = 148+21+11=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #94150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94150B is #6BEAF4. Grayscale: #3A3A3A. Windows color (decimal): -7072501 or 726420. OLE color: 726420.

HSL color Cylindrical-coordinate representation of color #94150B: hue angle of 4.38º 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 #94150B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 21 11 -
CMYK 0 0.86 0.93 0.42
HSL 4.38º 0.86% 0.31% -
HSV(B) 4.38º 0.93% 0.58% -
XYZ 12.54 6.86 0.98 -
YUV 57.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 148 21 11 0 0.86 0.93 0.42 4.38 0.86 0.31
Hex 94 15 B 0 56 5D 2A 4 56 1F
Octal 224 25 13 0 126 135 52 4 126 37
Binary 10010100 10101 1011 0 1010110 1011101 101010 100 1010110 11111

Color Harmonies of #94150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94150B

Black with #94150B

Text Example


Text Example

White with #94150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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