Html Css Color HEX #8B1C03 Falu Red

📋 copy color: '#8B1C03'

red 139 ◦ green 28 ◦ blue 3

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

Shades of Falu Red #8B1C03

Tints of Falu Red #8B1C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.47%

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

R = 81.76%
G = 16.47%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8B1C03 (or 0x8B1C03) is known color: Falu Red. HEX triplet: 8B, 1C and 03. RGB value is (139,28,3). Sum of RGB (Red+Green+Blue) = 139+28+3=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1C03 is #74E3FC. Grayscale: #3A3A3A. Windows color (decimal): -7660541 or 203915. OLE color: 203915.

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

Color convert

RGB 139 28 3 -
CMYK 0 0.80 0.98 0.45
HSL 11.03º 0.96% 0.28% -
HSV(B) 11.03º 0.98% 0.55% -
XYZ 11.08 6.33 0.72 -
YUV 58.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 139 28 3 0 0.80 0.98 0.45 11.03 0.96 0.28
Hex 8B 1C 3 0 50 62 2D B 60 1C
Octal 213 34 3 0 120 142 55 13 140 34
Binary 10001011 11100 11 0 1010000 1100010 101101 1011 1100000 11100

Color Harmonies of #8B1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C03

Black with #8B1C03

Text Example


Text Example

White with #8B1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,28,3); }

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

background-color css

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

 a { background-color: rgb(139,28,3); }

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

border-color css

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

 span { border-color: rgb(139,28,3); }

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