#A3180D

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

Shades of Fire Brick #A3180D

Tints of Fire Brick #A3180D

Color information

#A3180D (or 0xA3180D) is unknown color: approx Fire Brick. HEX triplet: A3, 18 and 0D. RGB value is (163,24,13). Sum of RGB (Red+Green+Blue) = 163+24+13=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A3180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3180D is #5CE7F2. Grayscale: #404040. Windows color (decimal): -6088691 or 858275. OLE color: 858275.

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

Color convert

RGB1632413-
CMYK00.850.920.36
HSL4.4º85.23%34.51%-
HSV(B)4.4º92.02%63.92%-
XYZ15.58.471.2-
YUV64.3199.05198.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.5%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=81.5%
G=12%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163241300.850.920.364.485.2334.51
HexA318D0555C2445523
Octal2433015012513444412543
Binary101000111100011010101010110111001001001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3180D; }

 p { color: rgb(163,24,13); }

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

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

 a { background-color: rgb(163,24,13); }

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

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

 span { border-color: rgb(163,24,13); }

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