Html Css Color HEX #95180F Falu Red

📋 copy color: '#95180F'

red 149 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #95180F

Tints of Falu Red #95180F

RGB

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

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

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

R = 79.26%
G = 12.77%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95180F (or 0x95180F) is known color: Falu Red. HEX triplet: 95, 18 and 0F. RGB value is (149,24,15). Sum of RGB (Red+Green+Blue) = 149+24+15=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #95180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95180F is #6AE7F0. Grayscale: #3C3C3C. Windows color (decimal): -7006193 or 989333. OLE color: 989333.

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

Color convert

RGB 149 24 15 -
CMYK 0 0.84 0.90 0.42
HSL 4.03º 0.82% 0.32% -
HSV(B) 4.03º 0.9% 0.58% -
XYZ 12.81 7.08 1.14 -
YUV 60.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 149 24 15 0 0.84 0.90 0.42 4.03 0.82 0.32
Hex 95 18 F 0 54 5A 2A 4 52 20
Octal 225 30 17 0 124 132 52 4 122 40
Binary 10010101 11000 1111 0 1010100 1011010 101010 100 1010010 100000

Color Harmonies of #95180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95180F

Black with #95180F

Text Example


Text Example

White with #95180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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