Html Css Color HEX #8A1C16 Falu Red

📋 copy color: '#8A1C16'

red 138 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #8A1C16

Tints of Falu Red #8A1C16

RGB

 RED value IS 138 (54.3% from 255) = 73.4%

 GREEN value IS 28 (11.33% from 255) = 14.89%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 73.4%
G = 14.89%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A1C16 (or 0x8A1C16) is known color: Falu Red. HEX triplet: 8A, 1C and 16. RGB value is (138,28,22). Sum of RGB (Red+Green+Blue) = 138+28+22=188 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.40% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1C16 is #75E3E9. Grayscale: #3C3C3C. Windows color (decimal): -7726058 or 1449098. OLE color: 1449098.

HSL color Cylindrical-coordinate representation of color #8A1C16: hue angle of 3.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1C16 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 28 22 -
CMYK 0 0.80 0.84 0.46
HSL 3.1º 0.73% 0.31% -
HSV(B) 3.1º 0.84% 0.54% -
XYZ 11.04 6.29 1.39 -
YUV 60.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 138 28 22 0 0.80 0.84 0.46 3.1 0.73 0.31
Hex 8A 1C 16 0 50 54 2E 3 48 1F
Octal 212 34 26 0 120 124 56 3 110 37
Binary 10001010 11100 10110 0 1010000 1010100 101110 11 1001000 11111

Color Harmonies of #8A1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1C16

Black with #8A1C16

Text Example


Text Example

White with #8A1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1C16; }

 p { color: rgb(138,28,22); }

 H1.HeaderClassName
 {
   color: #8A1C16;
 }
 .AnyTagClassName
 {
   color: #8A1C16;
 }
</style>

background-color css

<style>
 a { background-color: #8A1C16; }

 a { background-color: rgb(138,28,22); }

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

border-color css

<style>
 span { border-color: #8A1C16; }

 span { border-color: rgb(138,28,22); }

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