#A31210

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

Shades of Fire Brick #A31210

Tints of Fire Brick #A31210

Color information

#A31210 (or 0xA31210) is unknown color: approx Fire Brick. HEX triplet: A3, 12 and 10. RGB value is (163,18,16). Sum of RGB (Red+Green+Blue) = 163+18+16=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A31210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31210 is #5CEDEF. Grayscale: #3D3D3D. Windows color (decimal): -6090224 or 1053347. OLE color: 1053347.

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

Color convert

RGB1631816-
CMYK00.890.900.36
HSL0.82º82.12%35.1%-
HSV(B)0.82º90.18%63.92%-
XYZ15.418.261.27-
YUV61.13102.54200.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.74%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=82.74%
G=9.14%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163181600.890.900.360.8282.1235.1
HexA312100595A2415223
Octal2432220013113244112243
Binary10100011100101000001011001101101010010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31210; }

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

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

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

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

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

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

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

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