#A3250A

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

Shades of Fire Brick #A3250A

Tints of Fire Brick #A3250A

Color information

#A3250A (or 0xA3250A) is unknown color: approx Fire Brick. HEX triplet: A3, 25 and 0A. RGB value is (163,37,10). Sum of RGB (Red+Green+Blue) = 163+37+10=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A3250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3250A is #5CDAF5. Grayscale: #474747. Windows color (decimal): -6085366 or 664995. OLE color: 664995.

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

Color convert

RGB1633710-
CMYK00.770.940.36
HSL10.59º88.44%33.92%-
HSV(B)10.59º93.87%63.92%-
XYZ15.829.131.22-
YUV71.693.24193.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.62%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=77.62%
G=17.62%
B=4.76%

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
Decimal163371000.770.940.3610.5988.4433.92
HexA325A04D5E24b5822
Octal24345120115136441313042
Binary10100011100101101001001101101111010010010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3250A; }

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

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

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

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

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

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

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

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