Html Css Color HEX #96180D Falu Red

📋 copy color: '#96180D'

red 150 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #96180D

Tints of Falu Red #96180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 80.21%
G = 12.83%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96180D (or 0x96180D) is known color: Falu Red. HEX triplet: 96, 18 and 0D. RGB value is (150,24,13). Sum of RGB (Red+Green+Blue) = 150+24+13=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #96180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96180D is #69E7F2. Grayscale: #3C3C3C. Windows color (decimal): -6940659 or 858262. OLE color: 858262.

HSL color Cylindrical-coordinate representation of color #96180D: hue angle of 4.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96180D is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 13 -
CMYK 0 0.84 0.91 0.41
HSL 4.82º 0.84% 0.32% -
HSV(B) 4.82º 0.91% 0.59% -
XYZ 12.98 7.17 1.08 -
YUV 60.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 150 24 13 0 0.84 0.91 0.41 4.82 0.84 0.32
Hex 96 18 D 0 54 5B 29 5 54 20
Octal 226 30 15 0 124 133 51 5 124 40
Binary 10010110 11000 1101 0 1010100 1011011 101001 101 1010100 100000

Color Harmonies of #96180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96180D

Black with #96180D

Text Example


Text Example

White with #96180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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