#862B2D

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

Shades of Flame Red #862B2D

Tints of Flame Red #862B2D

Color information

#862B2D (or 0x862B2D) is unknown color: approx Flame Red. HEX triplet: 86, 2B and 2D. RGB value is (134,43,45). Sum of RGB (Red+Green+Blue) = 134+43+45=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B2D is #79D4D2. Grayscale: #464646. Windows color (decimal): -7984339 or 2960262. OLE color: 2960262.

HSL color Cylindrical-coordinate representation of color #862B2D: hue angle of 358.68º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B2D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1344345-
CMYK00.680.660.47
HSL358.68º51.41%34.71%-
HSV(B)358.68º67.91%52.55%-
XYZ11.176.993.24-
YUV70.44113.65173.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=60.36%
G=19.37%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134434500.680.660.47358.6851.4134.71
Hex862B2D044422F1673323
Octal20653550104102575476343
Binary10000110101011101101010001001000010101111101100111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,43,45); }

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

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

 a { background-color: rgb(134,43,45); }

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

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

 span { border-color: rgb(134,43,45); }

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