Html Css Color HEX #96170C Falu Red

📋 copy color: '#96170C'

red 150 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #96170C

Tints of Falu Red #96170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 81.08%
G = 12.43%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96170C (or 0x96170C) is known color: Falu Red. HEX triplet: 96, 17 and 0C. RGB value is (150,23,12). Sum of RGB (Red+Green+Blue) = 150+23+12=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #96170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96170C is #69E8F3. Grayscale: #3B3B3B. Windows color (decimal): -6940916 or 792470. OLE color: 792470.

HSL color Cylindrical-coordinate representation of color #96170C: hue angle of 4.78º 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 #96170C is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 12 -
CMYK 0 0.85 0.92 0.41
HSL 4.78º 0.85% 0.32% -
HSV(B) 4.78º 0.92% 0.59% -
XYZ 12.95 7.12 1.04 -
YUV 59.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 150 23 12 0 0.85 0.92 0.41 4.78 0.85 0.32
Hex 96 17 C 0 55 5C 29 5 55 20
Octal 226 27 14 0 125 134 51 5 125 40
Binary 10010110 10111 1100 0 1010101 1011100 101001 101 1010101 100000

Color Harmonies of #96170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96170C

Black with #96170C

Text Example


Text Example

White with #96170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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