#A72814

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

Shades of Fire Brick #A72814

Tints of Fire Brick #A72814

Color information

#A72814 (or 0xA72814) is unknown color: approx Fire Brick. HEX triplet: A7, 28 and 14. RGB value is (167,40,20). Sum of RGB (Red+Green+Blue) = 167+40+20=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A72814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72814 is #58D7EB. Grayscale: #4B4B4B. Windows color (decimal): -5822444 or 1321127. OLE color: 1321127.

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

Color convert

RGB1674020-
CMYK00.760.880.35
HSL8.16º78.61%36.67%-
HSV(B)8.16º88.02%65.49%-
XYZ16.829.781.66-
YUV75.6996.58193.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 73.57%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=73.57%
G=17.62%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167402000.760.880.358.1678.6136.67
HexA7281404C582384f25
Octal24750240114130431011745
Binary101001111010001010001001100101100010001110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72814; }

 p { color: rgb(167,40,20); }

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

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

 a { background-color: rgb(167,40,20); }

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

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

 span { border-color: rgb(167,40,20); }

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