#A31E15

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

Shades of Fire Brick #A31E15

Tints of Fire Brick #A31E15

Color information

#A31E15 (or 0xA31E15) is unknown color: approx Fire Brick. HEX triplet: A3, 1E and 15. RGB value is (163,30,21). Sum of RGB (Red+Green+Blue) = 163+30+21=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E15 is #5CE1EA. Grayscale: #444444. Windows color (decimal): -6087147 or 1384099. OLE color: 1384099.

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

Color convert

RGB1633021-
CMYK00.820.870.36
HSL3.8º77.17%36.08%-
HSV(B)3.8º87.12%63.92%-
XYZ15.78.771.57-
YUV68.74101.06195.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.17%
GREEN value IS 30 (12.11% from 255) = 14.02%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=76.17%
G=14.02%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163302100.820.870.363.877.1736.08
HexA31E15052572444d24
Octal2433625012212744411544
Binary1010001111110101010101001010101111001001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31E15; }

 p { color: rgb(163,30,21); }

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

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

 a { background-color: rgb(163,30,21); }

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

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

 span { border-color: rgb(163,30,21); }

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