#A5140D

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

Shades of Fire Brick #A5140D

Tints of Fire Brick #A5140D

Color information

#A5140D (or 0xA5140D) is unknown color: approx Fire Brick. HEX triplet: A5, 14 and 0D. RGB value is (165,20,13). Sum of RGB (Red+Green+Blue) = 165+20+13=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A5140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5140D is #5AEBF2. Grayscale: #3E3E3E. Windows color (decimal): -5958643 or 857253. OLE color: 857253.

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

Color convert

RGB1652013-
CMYK00.880.920.35
HSL2.76º85.39%34.9%-
HSV(B)2.76º92.12%64.71%-
XYZ15.848.531.19-
YUV62.56100.04201.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=83.33%
G=10.10%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165201300.880.920.352.7685.3934.9
HexA514D0585C2335523
Octal2452415013013443312543
Binary10100101101001101010110001011100100011111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5140D; }

 p { color: rgb(165,20,13); }

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

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

 a { background-color: rgb(165,20,13); }

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

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

 span { border-color: rgb(165,20,13); }

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