Html Css Color HEX #862B2C Flame Red

📋 copy color: '#862B2C'

red 134 ◦ green 43 ◦ blue 44

#862B2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #862B2C

Tints of Flame Red #862B2C

RGB

 RED value IS 134 (52.73% from 255) = 60.63%

 GREEN value IS 43 (17.19% from 255) = 19.46%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 60.63%
G = 19.46%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#862B2C (or 0x862B2C) is known color: Flame Red. HEX triplet: 86, 2B and 2C. RGB value is (134,43,44). Sum of RGB (Red+Green+Blue) = 134+43+44=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #862B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B2C is #79D4D3. Grayscale: #464646. Windows color (decimal): -7984340 or 2894726. OLE color: 2894726.

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

Color convert

RGB 134 43 44 -
CMYK 0 0.68 0.67 0.47
HSL 359.34º 0.51% 0.35% -
HSV(B) 359.34º 0.68% 0.53% -
XYZ 11.15 6.98 3.14 -
YUV 70.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 134 43 44 0 0.68 0.67 0.47 359.34 0.51 0.35
Hex 86 2B 2C 0 44 43 2F 167 33 23
Octal 206 53 54 0 104 103 57 547 63 43
Binary 10000110 101011 101100 0 1000100 1000011 101111 101100111 110011 100011

Color Harmonies of #862B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B2C

Black with #862B2C

Text Example


Text Example

White with #862B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #862B2C;
 }
 .AnyTagClassName
 {
   color: #862B2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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