Html Css Color HEX #8B262B Flame Red

📋 copy color: '#8B262B'

red 139 ◦ green 38 ◦ blue 43

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

Shades of Flame Red #8B262B

Tints of Flame Red #8B262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 63.18%
G = 17.27%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B262B (or 0x8B262B) is known color: Flame Red. HEX triplet: 8B, 26 and 2B. RGB value is (139,38,43). Sum of RGB (Red+Green+Blue) = 139+38+43=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B262B is #74D9D4. Grayscale: #444444. Windows color (decimal): -7657941 or 2827915. OLE color: 2827915.

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

Color convert

RGB 139 38 43 -
CMYK 0 0.73 0.69 0.45
HSL 357.03º 0.57% 0.35% -
HSV(B) 357.03º 0.73% 0.55% -
XYZ 11.78 7.05 3.03 -
YUV 68.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 139 38 43 0 0.73 0.69 0.45 357.03 0.57 0.35
Hex 8B 26 2B 0 49 45 2D 165 39 23
Octal 213 46 53 0 111 105 55 545 71 43
Binary 10001011 100110 101011 0 1001001 1000101 101101 101100101 111001 100011

Color Harmonies of #8B262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B262B

Black with #8B262B

Text Example


Text Example

White with #8B262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,38,43); }

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

background-color css

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

 a { background-color: rgb(139,38,43); }

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

border-color css

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

 span { border-color: rgb(139,38,43); }

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