Html Css Color HEX #95160C Falu Red

📋 copy color: '#95160C'

red 149 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #95160C

Tints of Falu Red #95160C

RGB

 RED value IS 149 (58.59% from 255) = 81.42%

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

 BLUE value IS 12 (5.08% from 255) = 6.56%

R = 81.42%
G = 12.02%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95160C (or 0x95160C) is known color: Falu Red. HEX triplet: 95, 16 and 0C. RGB value is (149,22,12). Sum of RGB (Red+Green+Blue) = 149+22+12=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #95160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95160C is #6AE9F3. Grayscale: #3A3A3A. Windows color (decimal): -7006708 or 792213. OLE color: 792213.

HSL color Cylindrical-coordinate representation of color #95160C: hue angle of 4.38º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95160C is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 12 -
CMYK 0 0.85 0.92 0.42
HSL 4.38º 0.85% 0.32% -
HSV(B) 4.38º 0.92% 0.58% -
XYZ 12.75 6.99 1.03 -
YUV 58.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 149 22 12 0 0.85 0.92 0.42 4.38 0.85 0.32
Hex 95 16 C 0 55 5C 2A 4 55 20
Octal 225 26 14 0 125 134 52 4 125 40
Binary 10010101 10110 1100 0 1010101 1011100 101010 100 1010101 100000

Color Harmonies of #95160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95160C

Black with #95160C

Text Example


Text Example

White with #95160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95160C; }

 p { color: rgb(149,22,12); }

 H1.HeaderClassName
 {
   color: #95160C;
 }
 .AnyTagClassName
 {
   color: #95160C;
 }
</style>

background-color css

<style>
 a { background-color: #95160C; }

 a { background-color: rgb(149,22,12); }

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

border-color css

<style>
 span { border-color: #95160C; }

 span { border-color: rgb(149,22,12); }

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