#A72015

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

Shades of Fire Brick #A72015

Tints of Fire Brick #A72015

Color information

#A72015 (or 0xA72015) is unknown color: approx Fire Brick. HEX triplet: A7, 20 and 15. RGB value is (167,32,21). Sum of RGB (Red+Green+Blue) = 167+32+21=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A72015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72015 is #58DFEA. Grayscale: #474747. Windows color (decimal): -5824491 or 1384615. OLE color: 1384615.

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

Color convert

RGB1673221-
CMYK00.810.870.35
HSL4.52º77.66%36.86%-
HSV(B)4.52º87.43%65.49%-
XYZ16.599.31.63-
YUV71.1199.73196.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 75.91%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=75.91%
G=14.55%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167322100.810.870.354.5277.6636.86
HexA72015051572354e25
Octal2474025012112743511645
Binary10100111100000101010101000110101111000111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72015; }

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

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

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

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

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

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

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

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