Html Css Color HEX #8A2602 Falu Red

📋 copy color: '#8A2602'

red 138 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #8A2602

Tints of Falu Red #8A2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 77.53%
G = 21.35%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A2602 (or 0x8A2602) is known color: Falu Red. HEX triplet: 8A, 26 and 02. RGB value is (138,38,2). Sum of RGB (Red+Green+Blue) = 138+38+2=178 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.53% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2602 is #75D9FD. Grayscale: #404040. Windows color (decimal): -7723518 or 140938. OLE color: 140938.

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

Color convert

RGB 138 38 2 -
CMYK 0 0.72 0.99 0.46
HSL 15.88º 0.97% 0.27% -
HSV(B) 15.88º 0.99% 0.54% -
XYZ 11.19 6.79 0.78 -
YUV 63.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 138 38 2 0 0.72 0.99 0.46 15.88 0.97 0.27
Hex 8A 26 2 0 48 63 2E 10 61 1B
Octal 212 46 2 0 110 143 56 20 141 33
Binary 10001010 100110 10 0 1001000 1100011 101110 10000 1100001 11011

Color Harmonies of #8A2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2602

Black with #8A2602

Text Example


Text Example

White with #8A2602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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