Html Css Color HEX #8B2002 Falu Red

📋 copy color: '#8B2002'

red 139 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #8B2002

Tints of Falu Red #8B2002

RGB

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

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

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

R = 80.35%
G = 18.5%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B2002 (or 0x8B2002) is known color: Falu Red. HEX triplet: 8B, 20 and 02. RGB value is (139,32,2). Sum of RGB (Red+Green+Blue) = 139+32+2=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2002 is #74DFFD. Grayscale: #3C3C3C. Windows color (decimal): -7659518 or 139403. OLE color: 139403.

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

Color convert

RGB 139 32 2 -
CMYK 0 0.77 0.99 0.45
HSL 13.14º 0.97% 0.28% -
HSV(B) 13.14º 0.99% 0.55% -
XYZ 11.17 6.53 0.73 -
YUV 60.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 139 32 2 0 0.77 0.99 0.45 13.14 0.97 0.28
Hex 8B 20 2 0 4D 63 2D D 61 1C
Octal 213 40 2 0 115 143 55 15 141 34
Binary 10001011 100000 10 0 1001101 1100011 101101 1101 1100001 11100

Color Harmonies of #8B2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2002

Black with #8B2002

Text Example


Text Example

White with #8B2002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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