#82262B

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

Shades of Flame Red #82262B

Tints of Flame Red #82262B

Color information

#82262B (or 0x82262B) is unknown color: approx Flame Red. HEX triplet: 82, 26 and 2B. RGB value is (130,38,43). Sum of RGB (Red+Green+Blue) = 130+38+43=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82262B is #7DD9D4. Grayscale: #424242. Windows color (decimal): -8247765 or 2827906. OLE color: 2827906.

HSL color Cylindrical-coordinate representation of color #82262B: hue angle of 356.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82262B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1303843-
CMYK00.710.670.49
HSL356.74º54.76%32.94%-
HSV(B)356.74º70.77%50.98%-
XYZ10.346.312.96-
YUV66.08114.98173.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=61.61%
G=18.01%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130384300.710.670.49356.7454.7632.94
Hex82262B04743311653721
Octal20246530107103615456741
Binary10000010100110101011010001111000011110001101100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82262B; }

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

 H1.HeaderClassName
 {
   color: #82262B;
 }
 .AnyTagClassName
 {
   color: #82262B;
 }
</style>
background-color css

<style>
 a { background-color: #82262B; }

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

 div.DivClassName
 {
   background-color: #82262B;
 }
 .BgClassName
 {
   background-color: #82262B;
 }
</style>
border-color css

<style>
 span { border-color: #82262B; }

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

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