Html Css Color HEX #96180B Falu Red

📋 copy color: '#96180B'

red 150 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #96180B

Tints of Falu Red #96180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.97%

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

R = 81.08%
G = 12.97%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96180B (or 0x96180B) is known color: Falu Red. HEX triplet: 96, 18 and 0B. RGB value is (150,24,11). Sum of RGB (Red+Green+Blue) = 150+24+11=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #96180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96180B is #69E7F4. Grayscale: #3C3C3C. Windows color (decimal): -6940661 or 727190. OLE color: 727190.

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

Color convert

RGB 150 24 11 -
CMYK 0 0.84 0.93 0.41
HSL 5.61º 0.86% 0.32% -
HSV(B) 5.61º 0.93% 0.59% -
XYZ 12.96 7.16 1.02 -
YUV 60.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 150 24 11 0 0.84 0.93 0.41 5.61 0.86 0.32
Hex 96 18 B 0 54 5D 29 6 56 20
Octal 226 30 13 0 124 135 51 6 126 40
Binary 10010110 11000 1011 0 1010100 1011101 101001 110 1010110 100000

Color Harmonies of #96180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96180B

Black with #96180B

Text Example


Text Example

White with #96180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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