Html Css Color HEX #882A2C Flame Red

📋 copy color: '#882A2C'

red 136 ◦ green 42 ◦ blue 44

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

Shades of Flame Red #882A2C

Tints of Flame Red #882A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

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

R = 61.26%
G = 18.92%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#882A2C (or 0x882A2C) is known color: Flame Red. HEX triplet: 88, 2A and 2C. RGB value is (136,42,44). Sum of RGB (Red+Green+Blue) = 136+42+44=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2C is #77D5D3. Grayscale: #464646. Windows color (decimal): -7853524 or 2894472. OLE color: 2894472.

HSL color Cylindrical-coordinate representation of color #882A2C: hue angle of 358.72º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A2C is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 42 44 -
CMYK 0 0.69 0.68 0.47
HSL 358.72º 0.53% 0.35% -
HSV(B) 358.72º 0.69% 0.53% -
XYZ 11.44 7.07 3.15 -
YUV 70.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 136 42 44 0 0.69 0.68 0.47 358.72 0.53 0.35
Hex 88 2A 2C 0 45 44 2F 167 35 23
Octal 210 52 54 0 105 104 57 547 65 43
Binary 10001000 101010 101100 0 1000101 1000100 101111 101100111 110101 100011

Color Harmonies of #882A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A2C

Black with #882A2C

Text Example


Text Example

White with #882A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,44); }

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

background-color css

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

 a { background-color: rgb(136,42,44); }

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

border-color css

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

 span { border-color: rgb(136,42,44); }

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