Html Css Color HEX #8C1A02 Falu Red

📋 copy color: '#8C1A02'

red 140 ◦ green 26 ◦ blue 2

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

Shades of Falu Red #8C1A02

Tints of Falu Red #8C1A02

RGB

 RED value IS 140 (55.08% from 255) = 83.33%

 GREEN value IS 26 (10.55% from 255) = 15.48%

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

R = 83.33%
G = 15.48%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C1A02 (or 0x8C1A02) is known color: Falu Red. HEX triplet: 8C, 1A and 02. RGB value is (140,26,2). Sum of RGB (Red+Green+Blue) = 140+26+2=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1A02 is #73E5FD. Grayscale: #393939. Windows color (decimal): -7595518 or 137868. OLE color: 137868.

HSL color Cylindrical-coordinate representation of color #8C1A02: hue angle of 10.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C1A02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 26 2 -
CMYK 0 0.81 0.99 0.45
HSL 10.43º 0.97% 0.28% -
HSV(B) 10.43º 0.99% 0.55% -
XYZ 11.2 6.32 0.69 -
YUV 57.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 140 26 2 0 0.81 0.99 0.45 10.43 0.97 0.28
Hex 8C 1A 2 0 51 63 2D A 61 1C
Octal 214 32 2 0 121 143 55 12 141 34
Binary 10001100 11010 10 0 1010001 1100011 101101 1010 1100001 11100

Color Harmonies of #8C1A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1A02

Black with #8C1A02

Text Example


Text Example

White with #8C1A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,26,2); }

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

background-color css

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

 a { background-color: rgb(140,26,2); }

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

border-color css

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

 span { border-color: rgb(140,26,2); }

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