Html Css Color HEX #8B1E02 Falu Red

📋 copy color: '#8B1E02'

red 139 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #8B1E02

Tints of Falu Red #8B1E02

RGB

 RED value IS 139 (54.69% from 255) = 81.29%

 GREEN value IS 30 (12.11% from 255) = 17.54%

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

R = 81.29%
G = 17.54%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B1E02 (or 0x8B1E02) is known color: Falu Red. HEX triplet: 8B, 1E and 02. RGB value is (139,30,2). Sum of RGB (Red+Green+Blue) = 139+30+2=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E02 is #74E1FD. Grayscale: #3B3B3B. Windows color (decimal): -7660030 or 138891. OLE color: 138891.

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

Color convert

RGB 139 30 2 -
CMYK 0 0.78 0.99 0.45
HSL 12.26º 0.97% 0.28% -
HSV(B) 12.26º 0.99% 0.55% -
XYZ 11.12 6.42 0.71 -
YUV 59.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 139 30 2 0 0.78 0.99 0.45 12.26 0.97 0.28
Hex 8B 1E 2 0 4E 63 2D C 61 1C
Octal 213 36 2 0 116 143 55 14 141 34
Binary 10001011 11110 10 0 1001110 1100011 101101 1100 1100001 11100

Color Harmonies of #8B1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E02

Black with #8B1E02

Text Example


Text Example

White with #8B1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,30,2); }

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

background-color css

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

 a { background-color: rgb(139,30,2); }

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

border-color css

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

 span { border-color: rgb(139,30,2); }

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