#a71615

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

Shades of Fire Brick #A71615

Tints of Fire Brick #A71615

Color information

#A71615 (or 0xA71615) is unknown color: approx Fire Brick. HEX triplet: A7, 16 and 15. RGB value is (167,22,21). Sum of RGB (Red+Green+Blue) = 167+22+21=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A71615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71615 is #58E9EA. Grayscale: #414141. Windows color (decimal): -5827051 or 1382055. OLE color: 1382055.

HSL color Cylindrical-coordinate representation of color #A71615: hue angle of 0.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71615 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1672221-
CMYK00.870.870.35
HSL0.41º77.66%36.86%-
HSV(B)0.41º87.43%65.49%-
XYZ16.368.841.55-
YUV65.24103.04200.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 79.52%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 21 (8.59% from 255) = 10%
R=79.52%
G=10.48%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167222100.870.870.350.4177.6636.86
HexA71615057572304e25
Octal2472625012712743011645
Binary10100111101101010101010111101011110001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71615; }

 p { color: rgb(167,22,21); }

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

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

 a { background-color: rgb(167,22,21); }

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

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

 span { border-color: rgb(167,22,21); }

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