#A2250A

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

Shades of Fire Brick #A2250A

Tints of Fire Brick #A2250A

Color information

#A2250A (or 0xA2250A) is unknown color: approx Fire Brick. HEX triplet: A2, 25 and 0A. RGB value is (162,37,10). Sum of RGB (Red+Green+Blue) = 162+37+10=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2250A is #5DDAF5. Grayscale: #474747. Windows color (decimal): -6150902 or 664994. OLE color: 664994.

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

Color convert

RGB1623710-
CMYK00.770.940.36
HSL10.66º88.37%33.73%-
HSV(B)10.66º93.83%63.53%-
XYZ15.629.031.21-
YUV71.393.41192.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.51%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=77.51%
G=17.70%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162371000.770.940.3610.6688.3733.73
HexA225A04D5E24b5822
Octal24245120115136441313042
Binary10100010100101101001001101101111010010010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2250A; }

 p { color: rgb(162,37,10); }

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

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

 a { background-color: rgb(162,37,10); }

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

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

 span { border-color: rgb(162,37,10); }

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