Html Css Color HEX #8B192A Flame Red

📋 copy color: '#8B192A'

red 139 ◦ green 25 ◦ blue 42

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

Shades of Flame Red #8B192A

Tints of Flame Red #8B192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 67.48%
G = 12.14%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8B192A (or 0x8B192A) is known color: Flame Red. HEX triplet: 8B, 19 and 2A. RGB value is (139,25,42). Sum of RGB (Red+Green+Blue) = 139+25+42=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B192A is #74E6D5. Grayscale: #3D3D3D. Windows color (decimal): -7661270 or 2759051. OLE color: 2759051.

HSL color Cylindrical-coordinate representation of color #8B192A: hue angle of 351.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B192A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 25 42 -
CMYK 0 0.82 0.70 0.45
HSL 351.05º 0.7% 0.32% -
HSV(B) 351.05º 0.82% 0.55% -
XYZ 11.41 6.35 2.81 -
YUV 61.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 139 25 42 0 0.82 0.70 0.45 351.05 0.7 0.32
Hex 8B 19 2A 0 52 46 2D 15F 46 20
Octal 213 31 52 0 122 106 55 537 106 40
Binary 10001011 11001 101010 0 1010010 1000110 101101 101011111 1000110 100000

Color Harmonies of #8B192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B192A

Black with #8B192A

Text Example


Text Example

White with #8B192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,42); }

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

background-color css

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

 a { background-color: rgb(139,25,42); }

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

border-color css

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

 span { border-color: rgb(139,25,42); }

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