Html Css Color HEX #96180F Falu Red

📋 copy color: '#96180F'

red 150 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #96180F

Tints of Falu Red #96180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 79.37%
G = 12.7%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96180F (or 0x96180F) is known color: Falu Red. HEX triplet: 96, 18 and 0F. RGB value is (150,24,15). Sum of RGB (Red+Green+Blue) = 150+24+15=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #96180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96180F is #69E7F0. Grayscale: #3C3C3C. Windows color (decimal): -6940657 or 989334. OLE color: 989334.

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

Color convert

RGB 150 24 15 -
CMYK 0 0.84 0.9 0.41
HSL 0.82% 0.32% -
HSV(B) 0.9% 0.59% -
XYZ 12.99 7.17 1.15 -
YUV 60.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 150 24 15 0 0.84 0.9 0.41 4 0.82 0.32
Hex 96 18 F 0 54 5A 29 4 52 20
Octal 226 30 17 0 124 132 51 4 122 40
Binary 10010110 11000 1111 0 1010100 1011010 101001 100 1010010 100000

Color Harmonies of #96180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96180F

Black with #96180F

Text Example


Text Example

White with #96180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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