Html Css Color HEX #95180E Falu Red

📋 copy color: '#95180E'

red 149 ◦ green 24 ◦ blue 14

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

Shades of Falu Red #95180E

Tints of Falu Red #95180E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 79.68%
G = 12.83%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95180E (or 0x95180E) is known color: Falu Red. HEX triplet: 95, 18 and 0E. RGB value is (149,24,14). Sum of RGB (Red+Green+Blue) = 149+24+14=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #95180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95180E is #6AE7F1. Grayscale: #3C3C3C. Windows color (decimal): -7006194 or 923797. OLE color: 923797.

HSL color Cylindrical-coordinate representation of color #95180E: hue angle of 4.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95180E is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 14 -
CMYK 0 0.84 0.91 0.42
HSL 4.44º 0.83% 0.32% -
HSV(B) 4.44º 0.91% 0.58% -
XYZ 12.8 7.07 1.11 -
YUV 60.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 149 24 14 0 0.84 0.91 0.42 4.44 0.83 0.32
Hex 95 18 E 0 54 5B 2A 4 53 20
Octal 225 30 16 0 124 133 52 4 123 40
Binary 10010101 11000 1110 0 1010100 1011011 101010 100 1010011 100000

Color Harmonies of #95180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95180E

Black with #95180E

Text Example


Text Example

White with #95180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95180E; }

 p { color: rgb(149,24,14); }

 H1.HeaderClassName
 {
   color: #95180E;
 }
 .AnyTagClassName
 {
   color: #95180E;
 }
</style>

background-color css

<style>
 a { background-color: #95180E; }

 a { background-color: rgb(149,24,14); }

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

border-color css

<style>
 span { border-color: #95180E; }

 span { border-color: rgb(149,24,14); }

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