Html Css Color HEX #8A130C Falu Red

📋 copy color: '#8A130C'

red 138 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #8A130C

Tints of Falu Red #8A130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 81.66%
G = 11.24%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A130C (or 0x8A130C) is known color: Falu Red. HEX triplet: 8A, 13 and 0C. RGB value is (138,19,12). Sum of RGB (Red+Green+Blue) = 138+19+12=169 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.66% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 138 - color contains mainly: red. Hex color #8A130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A130C is #75ECF3. Grayscale: #353535. Windows color (decimal): -7728372 or 791434. OLE color: 791434.

HSL color Cylindrical-coordinate representation of color #8A130C: hue angle of 3.33º 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 #8A130C is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 19 12 -
CMYK 0 0.86 0.91 0.46
HSL 3.33º 0.84% 0.29% -
HSV(B) 3.33º 0.91% 0.54% -
XYZ 10.78 5.9 0.92 -
YUV 53.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 138 19 12 0 0.86 0.91 0.46 3.33 0.84 0.29
Hex 8A 13 C 0 56 5B 2E 3 54 1D
Octal 212 23 14 0 126 133 56 3 124 35
Binary 10001010 10011 1100 0 1010110 1011011 101110 11 1010100 11101

Color Harmonies of #8A130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A130C

Black with #8A130C

Text Example


Text Example

White with #8A130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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