#A2130E

Color #A2130E Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A2130E

Tints of Fire Brick #A2130E

Color information

#A2130E (or 0xA2130E) is unknown color: approx Fire Brick. HEX triplet: A2, 13 and 0E. RGB value is (162,19,14). Sum of RGB (Red+Green+Blue) = 162+19+14=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2130E is #5DECF1. Grayscale: #3D3D3D. Windows color (decimal): -6155506 or 922530. OLE color: 922530.

HSL color Cylindrical-coordinate representation of color #A2130E: hue angle of 2.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2130E is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1621914-
CMYK00.880.910.36
HSL2.03º84.09%34.51%-
HSV(B)2.03º91.36%63.53%-
XYZ15.218.181.19-
YUV61.19101.38199.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.08%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=83.08%
G=9.74%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162191400.880.910.362.0384.0934.51
HexA213E0585B2425423
Octal2422316013013344212443
Binary10100010100111110010110001011011100100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2130E; }

 p { color: rgb(162,19,14); }

 H1.HeaderClassName
 {
   color: #A2130E;
 }
 .AnyTagClassName
 {
   color: #A2130E;
 }
</style>
background-color css

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

 a { background-color: rgb(162,19,14); }

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

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

 span { border-color: rgb(162,19,14); }

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