#A31715

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

Shades of Fire Brick #A31715

Tints of Fire Brick #A31715

Color information

#A31715 (or 0xA31715) is unknown color: approx Fire Brick. HEX triplet: A3, 17 and 15. RGB value is (163,23,21). Sum of RGB (Red+Green+Blue) = 163+23+21=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A31715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31715 is #5CE8EA. Grayscale: #404040. Windows color (decimal): -6088939 or 1382307. OLE color: 1382307.

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

Color convert

RGB1632321-
CMYK00.860.870.36
HSL0.85º77.17%36.08%-
HSV(B)0.85º87.12%63.92%-
XYZ15.558.451.52-
YUV64.63103.38198.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 78.74%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=78.74%
G=11.11%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163232100.860.870.360.8577.1736.08
HexA31715056572414d24
Octal2432725012612744111544
Binary10100011101111010101010110101011110010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31715; }

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

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

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

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

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

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

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

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