Html Css Color HEX #96190C Falu Red

📋 copy color: '#96190C'

red 150 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #96190C

Tints of Falu Red #96190C

RGB

 RED value IS 150 (58.98% from 255) = 80.21%

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

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

R = 80.21%
G = 13.37%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96190C (or 0x96190C) is known color: Falu Red. HEX triplet: 96, 19 and 0C. RGB value is (150,25,12). Sum of RGB (Red+Green+Blue) = 150+25+12=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #96190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96190C is #69E6F3. Grayscale: #3D3D3D. Windows color (decimal): -6940404 or 792982. OLE color: 792982.

HSL color Cylindrical-coordinate representation of color #96190C: hue angle of 5.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96190C is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 12 -
CMYK 0 0.83 0.92 0.41
HSL 5.65º 0.85% 0.32% -
HSV(B) 5.65º 0.92% 0.59% -
XYZ 12.99 7.21 1.05 -
YUV 60.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 150 25 12 0 0.83 0.92 0.41 5.65 0.85 0.32
Hex 96 19 C 0 53 5C 29 6 55 20
Octal 226 31 14 0 123 134 51 6 125 40
Binary 10010110 11001 1100 0 1010011 1011100 101001 110 1010101 100000

Color Harmonies of #96190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96190C

Black with #96190C

Text Example


Text Example

White with #96190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,25,12); }

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

background-color css

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

 a { background-color: rgb(150,25,12); }

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

border-color css

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

 span { border-color: rgb(150,25,12); }

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