Html Css Color HEX #8A1510 Falu Red

📋 copy color: '#8A1510'

red 138 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #8A1510

Tints of Falu Red #8A1510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 78.86%
G = 12%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A1510 (or 0x8A1510) is known color: Falu Red. HEX triplet: 8A, 15 and 10. RGB value is (138,21,16). Sum of RGB (Red+Green+Blue) = 138+21+16=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1510 is #75EAEF. Grayscale: #373737. Windows color (decimal): -7727856 or 1054090. OLE color: 1054090.

HSL color Cylindrical-coordinate representation of color #8A1510: hue angle of 2.46º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1510 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 21 16 -
CMYK 0 0.85 0.88 0.46
HSL 2.46º 0.79% 0.3% -
HSV(B) 2.46º 0.88% 0.54% -
XYZ 10.84 5.98 1.07 -
YUV 55.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 138 21 16 0 0.85 0.88 0.46 2.46 0.79 0.3
Hex 8A 15 10 0 55 58 2E 2 4F 1E
Octal 212 25 20 0 125 130 56 2 117 36
Binary 10001010 10101 10000 0 1010101 1011000 101110 10 1001111 11110

Color Harmonies of #8A1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1510

Black with #8A1510

Text Example


Text Example

White with #8A1510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,21,16); }

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

background-color css

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

 a { background-color: rgb(138,21,16); }

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

border-color css

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

 span { border-color: rgb(138,21,16); }

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