Html Css Color HEX #8A200A Falu Red

📋 copy color: '#8A200A'

red 138 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #8A200A

Tints of Falu Red #8A200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 10 (4.3% from 255) = 5.56%

R = 76.67%
G = 17.78%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A200A (or 0x8A200A) is known color: Falu Red. HEX triplet: 8A, 20 and 0A. RGB value is (138,32,10). Sum of RGB (Red+Green+Blue) = 138+32+10=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A200A is #75DFF5. Grayscale: #3D3D3D. Windows color (decimal): -7725046 or 663690. OLE color: 663690.

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

Color convert

RGB 138 32 10 -
CMYK 0 0.77 0.93 0.46
HSL 10.31º 0.86% 0.29% -
HSV(B) 10.31º 0.93% 0.54% -
XYZ 11.05 6.46 0.95 -
YUV 61.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 138 32 10 0 0.77 0.93 0.46 10.31 0.86 0.29
Hex 8A 20 A 0 4D 5D 2E A 56 1D
Octal 212 40 12 0 115 135 56 12 126 35
Binary 10001010 100000 1010 0 1001101 1011101 101110 1010 1010110 11101

Color Harmonies of #8A200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A200A

Black with #8A200A

Text Example


Text Example

White with #8A200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,32,10); }

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

background-color css

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

 a { background-color: rgb(138,32,10); }

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

border-color css

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

 span { border-color: rgb(138,32,10); }

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