#A2250B

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

Shades of Fire Brick #A2250B

Tints of Fire Brick #A2250B

Color information

#A2250B (or 0xA2250B) is unknown color: approx Fire Brick. HEX triplet: A2, 25 and 0B. RGB value is (162,37,11). Sum of RGB (Red+Green+Blue) = 162+37+11=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2250B is #5DDAF4. Grayscale: #474747. Windows color (decimal): -6150901 or 730530. OLE color: 730530.

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

Color convert

RGB1623711-
CMYK00.770.930.36
HSL10.33º87.28%33.92%-
HSV(B)10.33º93.21%63.53%-
XYZ15.629.031.24-
YUV71.4193.91192.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.14%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 11 (4.69% from 255) = 5.24%
R=77.14%
G=17.62%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162371100.770.930.3610.3387.2833.92
HexA225B04D5D24a5722
Octal24245130115135441212742
Binary10100010100101101101001101101110110010010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2250B; }

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

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

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

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

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

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

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

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