#832B2E

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

Shades of Flame Red #832B2E

Tints of Flame Red #832B2E

Color information

#832B2E (or 0x832B2E) is unknown color: approx Flame Red. HEX triplet: 83, 2B and 2E. RGB value is (131,43,46). Sum of RGB (Red+Green+Blue) = 131+43+46=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #832B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B2E is #7CD4D1. Grayscale: #454545. Windows color (decimal): -8180946 or 3025795. OLE color: 3025795.

HSL color Cylindrical-coordinate representation of color #832B2E: hue angle of 357.95º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #832B2E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1314346-
CMYK00.670.650.49
HSL357.95º50.57%34.12%-
HSV(B)357.95º67.18%51.37%-
XYZ10.726.753.32-
YUV69.65114.65171.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=59.55%
G=19.55%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131434600.670.650.49357.9550.5734.12
Hex832B2E04341311663322
Octal20353560103101615466342
Binary10000011101011101110010000111000001110001101100110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832B2E; }

 p { color: rgb(131,43,46); }

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

<style>
 a { background-color: #832B2E; }

 a { background-color: rgb(131,43,46); }

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

<style>
 span { border-color: #832B2E; }

 span { border-color: rgb(131,43,46); }

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