#8B262B

Color #8B262B Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8B262B

Tints of Flame Red #8B262B

Color information

#8B262B (or 0x8B262B) is unknown color: approx 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

RGB1393843-
CMYK00.730.690.45
HSL357.03º57.06%34.71%-
HSV(B)357.03º72.66%54.51%-
XYZ11.787.053.03-
YUV68.77113.46178.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139384300.730.690.45357.0357.0634.71
Hex8B262B049452D1653923
Octal21346530111105555457143
Binary10001011100110101011010010011000101101101101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>