#a5160c

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

Shades of Fire Brick #A5160C

Tints of Fire Brick #A5160C

Color information

#A5160C (or 0xA5160C) is unknown color: approx Fire Brick. HEX triplet: A5, 16 and 0C. RGB value is (165,22,12). Sum of RGB (Red+Green+Blue) = 165+22+12=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A5160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5160C is #5AE9F3. Grayscale: #3F3F3F. Windows color (decimal): -5958132 or 792229. OLE color: 792229.

HSL color Cylindrical-coordinate representation of color #A5160C: hue angle of 3.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5160C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1652212-
CMYK00.870.930.35
HSL3.92º86.44%34.71%-
HSV(B)3.92º92.73%64.71%-
XYZ15.878.61.17-
YUV63.6298.88200.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 82.91%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=82.91%
G=11.06%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165221200.870.930.353.9286.4434.71
HexA516C0575D2345623
Octal2452614012713543412643
Binary101001011011011000101011110111011000111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5160c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5160c; }

 p { color: rgb(165,22,12); }

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

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

 a { background-color: rgb(165,22,12); }

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

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

 span { border-color: rgb(165,22,12); }

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