#A71A15

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

Shades of Fire Brick #A71A15

Tints of Fire Brick #A71A15

Color information

#A71A15 (or 0xA71A15) is unknown color: approx Fire Brick. HEX triplet: A7, 1A and 15. RGB value is (167,26,21). Sum of RGB (Red+Green+Blue) = 167+26+21=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71A15 is #58E5EA. Grayscale: #434343. Windows color (decimal): -5826027 or 1383079. OLE color: 1383079.

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

Color convert

RGB1672621-
CMYK00.840.870.35
HSL2.05º77.66%36.86%-
HSV(B)2.05º87.43%65.49%-
XYZ16.449.011.58-
YUV67.59101.71198.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.04%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 21 (8.59% from 255) = 9.81%
R=78.04%
G=12.15%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167262100.840.870.352.0577.6636.86
HexA71A15054572324e25
Octal2473225012412743211645
Binary101001111101010101010101001010111100011101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71A15; }

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

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

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

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

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

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

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

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