#A3160A

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

Shades of Fire Brick #A3160A

Tints of Fire Brick #A3160A

Color information

#A3160A (or 0xA3160A) is unknown color: approx Fire Brick. HEX triplet: A3, 16 and 0A. RGB value is (163,22,10). Sum of RGB (Red+Green+Blue) = 163+22+10=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A3160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3160A is #5CE9F5. Grayscale: #3E3E3E. Windows color (decimal): -6089206 or 661155. OLE color: 661155.

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

Color convert

RGB1632210-
CMYK00.870.940.36
HSL4.71º88.44%33.92%-
HSV(B)4.71º93.87%63.92%-
XYZ15.458.381.09-
YUV62.7998.21199.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.59%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=83.59%
G=11.28%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163221000.870.940.364.7188.4433.92
HexA316A0575E2455822
Octal2432612012713644513042
Binary101000111011010100101011110111101001001011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3160A; }

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

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

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

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

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

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

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

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