Html Css Color HEX #8A2B2E Flame Red

📋 copy color: '#8A2B2E'

red 138 ◦ green 43 ◦ blue 46

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

Shades of Flame Red #8A2B2E

Tints of Flame Red #8A2B2E

RGB

 RED value IS 138 (54.3% from 255) = 60.79%

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

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

R = 60.79%
G = 18.94%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A2B2E (or 0x8A2B2E) is known color: Flame Red. HEX triplet: 8A, 2B and 2E. RGB value is (138,43,46). Sum of RGB (Red+Green+Blue) = 138+43+46=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B2E is #75D4D1. Grayscale: #474747. Windows color (decimal): -7722194 or 3025802. OLE color: 3025802.

HSL color Cylindrical-coordinate representation of color #8A2B2E: hue angle of 358.11º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B2E is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 43 46 -
CMYK 0 0.69 0.67 0.46
HSL 358.11º 0.52% 0.35% -
HSV(B) 358.11º 0.69% 0.54% -
XYZ 11.84 7.33 3.38 -
YUV 71.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 138 43 46 0 0.69 0.67 0.46 358.11 0.52 0.35
Hex 8A 2B 2E 0 45 43 2E 166 34 23
Octal 212 53 56 0 105 103 56 546 64 43
Binary 10001010 101011 101110 0 1000101 1000011 101110 101100110 110100 100011

Color Harmonies of #8A2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2B2E

Black with #8A2B2E

Text Example


Text Example

White with #8A2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A2B2E; }

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

 H1.HeaderClassName
 {
   color: #8A2B2E;
 }
 .AnyTagClassName
 {
   color: #8A2B2E;
 }
</style>

background-color css

<style>
 a { background-color: #8A2B2E; }

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

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

border-color css

<style>
 span { border-color: #8A2B2E; }

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

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