#A2250E

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

Shades of Fire Brick #A2250E

Tints of Fire Brick #A2250E

Color information

#A2250E (or 0xA2250E) is unknown color: approx Fire Brick. HEX triplet: A2, 25 and 0E. RGB value is (162,37,14). Sum of RGB (Red+Green+Blue) = 162+37+14=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A2250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2250E is #5DDAF1. Grayscale: #474747. Windows color (decimal): -6150898 or 927138. OLE color: 927138.

HSL color Cylindrical-coordinate representation of color #A2250E: hue angle of 9.32º 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 #A2250E is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1623714-
CMYK00.770.910.36
HSL9.32º84.09%34.51%-
HSV(B)9.32º91.36%63.53%-
XYZ15.649.041.34-
YUV71.7595.41192.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=76.06%
G=17.37%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162371400.770.910.369.3284.0934.51
HexA225E04D5B2495423
Octal24245160115133441112443
Binary10100010100101111001001101101101110010010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2250E; }

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

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

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

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

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

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

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

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