Html Css Color HEX #882B32 Flame Red

📋 copy color: '#882B32'

red 136 ◦ green 43 ◦ blue 50

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

Shades of Flame Red #882B32

Tints of Flame Red #882B32

RGB

 RED value IS 136 (53.52% from 255) = 59.39%

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

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

R = 59.39%
G = 18.78%
B = 21.83%

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

#882B32 (or 0x882B32) is known color: Flame Red. HEX triplet: 88, 2B and 32. RGB value is (136,43,50). Sum of RGB (Red+Green+Blue) = 136+43+50=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B32 is #77D4CD. Grayscale: #474747. Windows color (decimal): -7853262 or 3287944. OLE color: 3287944.

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

Color convert

RGB 136 43 50 -
CMYK 0 0.68 0.63 0.47
HSL 355.48º 0.52% 0.35% -
HSV(B) 355.48º 0.68% 0.53% -
XYZ 11.59 7.19 3.79 -
YUV 71.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 136 43 50 0 0.68 0.63 0.47 355.48 0.52 0.35
Hex 88 2B 32 0 44 3F 2F 163 34 23
Octal 210 53 62 0 104 77 57 543 64 43
Binary 10001000 101011 110010 0 1000100 111111 101111 101100011 110100 100011

Color Harmonies of #882B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B32

Black with #882B32

Text Example


Text Example

White with #882B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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