#862D30

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

Shades of Flame Red #862D30

Tints of Flame Red #862D30

Color information

#862D30 (or 0x862D30) is unknown color: approx Flame Red. HEX triplet: 86, 2D and 30. RGB value is (134,45,48). Sum of RGB (Red+Green+Blue) = 134+45+48=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #862D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D30 is #79D2CF. Grayscale: #484848. Windows color (decimal): -7983824 or 3157382. OLE color: 3157382.

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

Color convert

RGB1344548-
CMYK00.660.640.47
HSL357.98º49.72%35.1%-
HSV(B)357.98º66.42%52.55%-
XYZ11.37.163.58-
YUV71.95114.49172.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=59.03%
G=19.82%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134454800.660.640.47357.9849.7235.1
Hex862D30042402F1663223
Octal20655600102100575466243
Binary10000110101101110000010000101000000101111101100110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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