Html Css Color HEX #882B2E Flame Red

📋 copy color: '#882B2E'

red 136 ◦ green 43 ◦ blue 46

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

Shades of Flame Red #882B2E

Tints of Flame Red #882B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 60.44%
G = 19.11%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#882B2E (or 0x882B2E) is known color: Flame Red. HEX triplet: 88, 2B and 2E. RGB value is (136,43,46). Sum of RGB (Red+Green+Blue) = 136+43+46=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B2E is #77D4D1. Grayscale: #474747. Windows color (decimal): -7853266 or 3025800. OLE color: 3025800.

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

Color convert

RGB 136 43 46 -
CMYK 0 0.68 0.66 0.47
HSL 358.06º 0.52% 0.35% -
HSV(B) 358.06º 0.68% 0.53% -
XYZ 11.51 7.16 3.36 -
YUV 71.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 136 43 46 0 0.68 0.66 0.47 358.06 0.52 0.35
Hex 88 2B 2E 0 44 42 2F 166 34 23
Octal 210 53 56 0 104 102 57 546 64 43
Binary 10001000 101011 101110 0 1000100 1000010 101111 101100110 110100 100011

Color Harmonies of #882B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B2E

Black with #882B2E

Text Example


Text Example

White with #882B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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