Html Css Color HEX #8A2003 Falu Red

📋 copy color: '#8A2003'

red 138 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #8A2003

Tints of Falu Red #8A2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 79.77%
G = 18.5%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#8A2003 (or 0x8A2003) is known color: Falu Red. HEX triplet: 8A, 20 and 03. RGB value is (138,32,3). Sum of RGB (Red+Green+Blue) = 138+32+3=173 (22% of max value = 765). Red value is 138 (54.30% from 255 or 79.77% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2003 is #75DFFC. Grayscale: #3C3C3C. Windows color (decimal): -7725053 or 204938. OLE color: 204938.

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

Color convert

RGB 138 32 3 -
CMYK 0 0.77 0.98 0.46
HSL 12.89º 0.96% 0.28% -
HSV(B) 12.89º 0.98% 0.54% -
XYZ 11.01 6.44 0.75 -
YUV 60.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 138 32 3 0 0.77 0.98 0.46 12.89 0.96 0.28
Hex 8A 20 3 0 4D 62 2E D 60 1C
Octal 212 40 3 0 115 142 56 15 140 34
Binary 10001010 100000 11 0 1001101 1100010 101110 1101 1100000 11100

Color Harmonies of #8A2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2003

Black with #8A2003

Text Example


Text Example

White with #8A2003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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