#862A2C

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

Shades of Flame Red #862A2C

Tints of Flame Red #862A2C

Color information

#862A2C (or 0x862A2C) is unknown color: approx Flame Red. HEX triplet: 86, 2A and 2C. RGB value is (134,42,44). Sum of RGB (Red+Green+Blue) = 134+42+44=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #862A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A2C is #79D5D3. Grayscale: #454545. Windows color (decimal): -7984596 or 2894470. OLE color: 2894470.

HSL color Cylindrical-coordinate representation of color #862A2C: hue angle of 358.7º degrees, saturation: 0.52, 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 #862A2C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1344244-
CMYK00.690.670.47
HSL358.7º52.27%34.51%-
HSV(B)358.7º68.66%52.55%-
XYZ11.116.913.13-
YUV69.74113.48173.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 44 (17.58% from 255) = 20%
R=60.91%
G=19.09%
B=20%

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
Decimal134424400.690.670.47358.752.2734.51
Hex862A2C045432F1673423
Octal20652540105103575476443
Binary10000110101010101100010001011000011101111101100111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862A2C; }

 p { color: rgb(134,42,44); }

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

<style>
 a { background-color: #862A2C; }

 a { background-color: rgb(134,42,44); }

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

<style>
 span { border-color: #862A2C; }

 span { border-color: rgb(134,42,44); }

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