Html Css Color HEX #96150B Falu Red

📋 copy color: '#96150B'

red 150 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #96150B

Tints of Falu Red #96150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

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

R = 82.42%
G = 11.54%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96150B (or 0x96150B) is known color: Falu Red. HEX triplet: 96, 15 and 0B. RGB value is (150,21,11). Sum of RGB (Red+Green+Blue) = 150+21+11=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96150B is #69EAF4. Grayscale: #3A3A3A. Windows color (decimal): -6941429 or 726422. OLE color: 726422.

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

Color convert

RGB 150 21 11 -
CMYK 0 0.86 0.93 0.41
HSL 4.32º 0.86% 0.32% -
HSV(B) 4.32º 0.93% 0.59% -
XYZ 12.91 7.04 1 -
YUV 58.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 150 21 11 0 0.86 0.93 0.41 4.32 0.86 0.32
Hex 96 15 B 0 56 5D 29 4 56 20
Octal 226 25 13 0 126 135 51 4 126 40
Binary 10010110 10101 1011 0 1010110 1011101 101001 100 1010110 100000

Color Harmonies of #96150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96150B

Black with #96150B

Text Example


Text Example

White with #96150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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