#832B30

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

Shades of Flame Red #832B30

Tints of Flame Red #832B30

Color information

#832B30 (or 0x832B30) is unknown color: approx Flame Red. HEX triplet: 83, 2B and 30. RGB value is (131,43,48). Sum of RGB (Red+Green+Blue) = 131+43+48=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #832B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B30 is #7CD4CF. Grayscale: #454545. Windows color (decimal): -8180944 or 3156867. OLE color: 3156867.

HSL color Cylindrical-coordinate representation of color #832B30: hue angle of 356.59º 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 #832B30 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1314348-
CMYK00.670.630.49
HSL356.59º50.57%34.12%-
HSV(B)356.59º67.18%51.37%-
XYZ10.766.773.54-
YUV69.88115.65171.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=59.01%
G=19.37%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131434800.670.630.49356.5950.5734.12
Hex832B300433F311653322
Octal2035360010377615456342
Binary1000001110101111000001000011111111110001101100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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