Html Css Color HEX #882A2B Flame Red

📋 copy color: '#882A2B'

red 136 ◦ green 42 ◦ blue 43

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

Shades of Flame Red #882A2B

Tints of Flame Red #882A2B

RGB

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

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

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

R = 61.54%
G = 19%
B = 19.46%

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

#882A2B (or 0x882A2B) is known color: Flame Red. HEX triplet: 88, 2A and 2B. RGB value is (136,42,43). Sum of RGB (Red+Green+Blue) = 136+42+43=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2B is #77D5D4. Grayscale: #464646. Windows color (decimal): -7853525 or 2828936. OLE color: 2828936.

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

Color convert

RGB 136 42 43 -
CMYK 0 0.69 0.68 0.47
HSL 359.36º 0.53% 0.35% -
HSV(B) 359.36º 0.69% 0.53% -
XYZ 11.42 7.06 3.05 -
YUV 70.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 136 42 43 0 0.69 0.68 0.47 359.36 0.53 0.35
Hex 88 2A 2B 0 45 44 2F 167 35 23
Octal 210 52 53 0 105 104 57 547 65 43
Binary 10001000 101010 101011 0 1000101 1000100 101111 101100111 110101 100011

Color Harmonies of #882A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A2B

Black with #882A2B

Text Example


Text Example

White with #882A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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