Html Css Color HEX #8B2300 Falu Red

📋 copy color: '#8B2300'

red 139 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #8B2300

Tints of Falu Red #8B2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.89%
G = 20.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B2300 (or 0x8B2300) is known color: Falu Red. HEX triplet: 8B, 23 and 00. RGB value is (139,35,0). Sum of RGB (Red+Green+Blue) = 139+35+0=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2300 is #74DCFF. Grayscale: #3E3E3E. Windows color (decimal): -7658752 or 9099. OLE color: 9099.

HSL color Cylindrical-coordinate representation of color #8B2300: hue angle of 15.11º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B2300 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 35 0 -
CMYK 0 0.75 1 0.45
HSL 15.11º 1% 0.27% -
HSV(B) 15.11º 1% 0.55% -
XYZ 11.25 6.69 0.7 -
YUV 62.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 139 35 0 0 0.75 1 0.45 15.11 1 0.27
Hex 8B 23 0 0 4B 64 2D F 64 1B
Octal 213 43 0 0 113 144 55 17 144 33
Binary 10001011 100011 0 0 1001011 1100100 101101 1111 1100100 11011

Color Harmonies of #8B2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2300

Black with #8B2300

Text Example


Text Example

White with #8B2300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,35,0); }

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

background-color css

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

 a { background-color: rgb(139,35,0); }

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

border-color css

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

 span { border-color: rgb(139,35,0); }

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