Html Css Color HEX #8A2202 Falu Red

📋 copy color: '#8A2202'

red 138 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #8A2202

Tints of Falu Red #8A2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 2 (1.17% from 255) = 1.15%

R = 79.31%
G = 19.54%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A2202 (or 0x8A2202) is known color: Falu Red. HEX triplet: 8A, 22 and 02. RGB value is (138,34,2). Sum of RGB (Red+Green+Blue) = 138+34+2=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2202 is #75DDFD. Grayscale: #3D3D3D. Windows color (decimal): -7724542 or 139914. OLE color: 139914.

HSL color Cylindrical-coordinate representation of color #8A2202: hue angle of 14.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A2202 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 34 2 -
CMYK 0 0.75 0.99 0.46
HSL 14.12º 0.97% 0.27% -
HSV(B) 14.12º 0.99% 0.54% -
XYZ 11.06 6.55 0.74 -
YUV 61.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 138 34 2 0 0.75 0.99 0.46 14.12 0.97 0.27
Hex 8A 22 2 0 4B 63 2E E 61 1B
Octal 212 42 2 0 113 143 56 16 141 33
Binary 10001010 100010 10 0 1001011 1100011 101110 1110 1100001 11011

Color Harmonies of #8A2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2202

Black with #8A2202

Text Example


Text Example

White with #8A2202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,34,2); }

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

background-color css

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

 a { background-color: rgb(138,34,2); }

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

border-color css

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

 span { border-color: rgb(138,34,2); }

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