Html Css Color HEX #8A100C Falu Red

📋 copy color: '#8A100C'

red 138 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #8A100C

Tints of Falu Red #8A100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 83.13%
G = 9.64%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A100C (or 0x8A100C) is known color: Falu Red. HEX triplet: 8A, 10 and 0C. RGB value is (138,16,12). Sum of RGB (Red+Green+Blue) = 138+16+12=166 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.13% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 138 - color contains mainly: red. Hex color #8A100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A100C is #75EFF3. Grayscale: #343434. Windows color (decimal): -7729140 or 790666. OLE color: 790666.

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

Color convert

RGB 138 16 12 -
CMYK 0 0.88 0.91 0.46
HSL 1.9º 0.84% 0.29% -
HSV(B) 1.9º 0.91% 0.54% -
XYZ 10.73 5.8 0.9 -
YUV 52.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 138 16 12 0 0.88 0.91 0.46 1.9 0.84 0.29
Hex 8A 10 C 0 58 5B 2E 2 54 1D
Octal 212 20 14 0 130 133 56 2 124 35
Binary 10001010 10000 1100 0 1011000 1011011 101110 10 1010100 11101

Color Harmonies of #8A100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A100C

Black with #8A100C

Text Example


Text Example

White with #8A100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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