Html Css Color HEX #862B32 Flame Red

📋 copy color: '#862B32'

red 134 ◦ green 43 ◦ blue 50

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

Shades of Flame Red #862B32

Tints of Flame Red #862B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 59.03%
G = 18.94%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#862B32 (or 0x862B32) is known color: Flame Red. HEX triplet: 86, 2B and 32. RGB value is (134,43,50). Sum of RGB (Red+Green+Blue) = 134+43+50=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #862B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B32 is #79D4CD. Grayscale: #474747. Windows color (decimal): -7984334 or 3287942. OLE color: 3287942.

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

Color convert

RGB 134 43 50 -
CMYK 0 0.68 0.63 0.47
HSL 355.38º 0.51% 0.35% -
HSV(B) 355.38º 0.68% 0.53% -
XYZ 11.27 7.03 3.78 -
YUV 71.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 134 43 50 0 0.68 0.63 0.47 355.38 0.51 0.35
Hex 86 2B 32 0 44 3F 2F 163 33 23
Octal 206 53 62 0 104 77 57 543 63 43
Binary 10000110 101011 110010 0 1000100 111111 101111 101100011 110011 100011

Color Harmonies of #862B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862B32

Black with #862B32

Text Example


Text Example

White with #862B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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