Html Css Color HEX #96160B Falu Red

📋 copy color: '#96160B'

red 150 ◦ green 22 ◦ blue 11

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

Shades of Falu Red #96160B

Tints of Falu Red #96160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

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

R = 81.97%
G = 12.02%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96160B (or 0x96160B) is known color: Falu Red. HEX triplet: 96, 16 and 0B. RGB value is (150,22,11). Sum of RGB (Red+Green+Blue) = 150+22+11=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #96160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96160B is #69E9F4. Grayscale: #3B3B3B. Windows color (decimal): -6941173 or 726678. OLE color: 726678.

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

Color convert

RGB 150 22 11 -
CMYK 0 0.85 0.93 0.41
HSL 4.75º 0.86% 0.32% -
HSV(B) 4.75º 0.93% 0.59% -
XYZ 12.92 7.08 1 -
YUV 59.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 150 22 11 0 0.85 0.93 0.41 4.75 0.86 0.32
Hex 96 16 B 0 55 5D 29 5 56 20
Octal 226 26 13 0 125 135 51 5 126 40
Binary 10010110 10110 1011 0 1010101 1011101 101001 101 1010110 100000

Color Harmonies of #96160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96160B

Black with #96160B

Text Example


Text Example

White with #96160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,22,11); }

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

background-color css

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

 a { background-color: rgb(150,22,11); }

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

border-color css

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

 span { border-color: rgb(150,22,11); }

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