#A3120D

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

Shades of Fire Brick #A3120D

Tints of Fire Brick #A3120D

Color information

#A3120D (or 0xA3120D) is unknown color: approx Fire Brick. HEX triplet: A3, 12 and 0D. RGB value is (163,18,13). Sum of RGB (Red+Green+Blue) = 163+18+13=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3120D is #5CEDF2. Grayscale: #3C3C3C. Windows color (decimal): -6090227 or 856739. OLE color: 856739.

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

Color convert

RGB1631813-
CMYK00.890.920.36
HSL85.23%34.51%-
HSV(B)92.02%63.92%-
XYZ15.398.251.16-
YUV60.78101.04200.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=84.02%
G=9.28%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163181300.890.920.36285.2334.51
HexA312D0595C2425523
Octal2432215013113444212543
Binary10100011100101101010110011011100100100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3120D; }

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

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

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

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

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

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

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

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