Html Css Color HEX #8B2830 Flame Red

📋 copy color: '#8B2830'

red 139 ◦ green 40 ◦ blue 48

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

Shades of Flame Red #8B2830

Tints of Flame Red #8B2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 61.23%
G = 17.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B2830 (or 0x8B2830) is known color: Flame Red. HEX triplet: 8B, 28 and 30. RGB value is (139,40,48). Sum of RGB (Red+Green+Blue) = 139+40+48=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2830 is #74D7CF. Grayscale: #464646. Windows color (decimal): -7657424 or 3156107. OLE color: 3156107.

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

Color convert

RGB 139 40 48 -
CMYK 0 0.71 0.65 0.45
HSL 355.15º 0.55% 0.35% -
HSV(B) 355.15º 0.71% 0.55% -
XYZ 11.94 7.22 3.56 -
YUV 70.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 139 40 48 0 0.71 0.65 0.45 355.15 0.55 0.35
Hex 8B 28 30 0 47 41 2D 163 37 23
Octal 213 50 60 0 107 101 55 543 67 43
Binary 10001011 101000 110000 0 1000111 1000001 101101 101100011 110111 100011

Color Harmonies of #8B2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2830

Black with #8B2830

Text Example


Text Example

White with #8B2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,40,48); }

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

background-color css

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

 a { background-color: rgb(139,40,48); }

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

border-color css

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

 span { border-color: rgb(139,40,48); }

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