#A3130D

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

Shades of Fire Brick #A3130D

Tints of Fire Brick #A3130D

Color information

#A3130D (or 0xA3130D) is unknown color: approx Fire Brick. HEX triplet: A3, 13 and 0D. RGB value is (163,19,13). Sum of RGB (Red+Green+Blue) = 163+19+13=195 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.59% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 163 - color contains mainly: red. Hex color #A3130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3130D is #5CECF2. Grayscale: #3D3D3D. Windows color (decimal): -6089971 or 856995. OLE color: 856995.

HSL color Cylindrical-coordinate representation of color #A3130D: hue angle of 2.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 #A3130D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1631913-
CMYK00.880.920.36
HSL2.4º85.23%34.51%-
HSV(B)2.4º92.02%63.92%-
XYZ15.418.281.17-
YUV61.37100.71200.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.59%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=83.59%
G=9.74%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163191300.880.920.362.485.2334.51
HexA313D0585C2425523
Octal2432315013013444212543
Binary10100011100111101010110001011100100100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3130D; }

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

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

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

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

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

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

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

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