#882A2D

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

Shades of Flame Red #882A2D

Tints of Flame Red #882A2D

Color information

#882A2D (or 0x882A2D) is unknown color: approx Flame Red. HEX triplet: 88, 2A and 2D. RGB value is (136,42,45). Sum of RGB (Red+Green+Blue) = 136+42+45=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2D is #77D5D2. Grayscale: #464646. Windows color (decimal): -7853523 or 2960008. OLE color: 2960008.

HSL color Cylindrical-coordinate representation of color #882A2D: hue angle of 358.09º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A2D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1364245-
CMYK00.690.670.47
HSL358.09º52.81%34.9%-
HSV(B)358.09º69.12%53.33%-
XYZ11.457.083.25-
YUV70.45113.64174.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=60.99%
G=18.83%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136424500.690.670.47358.0952.8134.9
Hex882A2D045432F1663523
Octal21052550105103575466543
Binary10001000101010101101010001011000011101111101100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A2D; }

 p { color: rgb(136,42,45); }

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

<style>
 a { background-color: #882A2D; }

 a { background-color: rgb(136,42,45); }

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

<style>
 span { border-color: #882A2D; }

 span { border-color: rgb(136,42,45); }

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