Html Css Color HEX #A2180B Fire Brick

📋 copy color: '#A2180B'

red 162 ◦ green 24 ◦ blue 11

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

Shades of Fire Brick #A2180B

Tints of Fire Brick #A2180B

RGB

 RED value IS 162 (63.67% from 255) = 82.23%

 GREEN value IS 24 (9.77% from 255) = 12.18%

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 82.23%
G = 12.18%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2180B (or 0xA2180B) is known color: Fire Brick. HEX triplet: A2, 18 and 0B. RGB value is (162,24,11). Sum of RGB (Red+Green+Blue) = 162+24+11=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2180B is #5DE7F4. Grayscale: #3F3F3F. Windows color (decimal): -6154229 or 727202. OLE color: 727202.

HSL color Cylindrical-coordinate representation of color #A2180B: hue angle of 5.17º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2180B is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 11 -
CMYK 0 0.85 0.93 0.36
HSL 5.17º 0.87% 0.34% -
HSV(B) 5.17º 0.93% 0.64% -
XYZ 15.29 8.36 1.12 -
YUV 63.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 162 24 11 0 0.85 0.93 0.36 5.17 0.87 0.34
Hex A2 18 B 0 55 5D 24 5 57 22
Octal 242 30 13 0 125 135 44 5 127 42
Binary 10100010 11000 1011 0 1010101 1011101 100100 101 1010111 100010

Color Harmonies of #A2180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2180B

Black with #A2180B

Text Example


Text Example

White with #A2180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2180B; }

 p { color: rgb(162,24,11); }

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

background-color css

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

 a { background-color: rgb(162,24,11); }

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

border-color css

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

 span { border-color: rgb(162,24,11); }

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