#A72312

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

Shades of Fire Brick #A72312

Tints of Fire Brick #A72312

Color information

#A72312 (or 0xA72312) is unknown color: approx Fire Brick. HEX triplet: A7, 23 and 12. RGB value is (167,35,18). Sum of RGB (Red+Green+Blue) = 167+35+18=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A72312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72312 is #58DCED. Grayscale: #484848. Windows color (decimal): -5823726 or 1188775. OLE color: 1188775.

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

Color convert

RGB1673518-
CMYK00.790.890.35
HSL6.85º80.54%36.27%-
HSV(B)6.85º89.22%65.49%-
XYZ16.659.461.52-
YUV72.5397.23195.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 75.91%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=75.91%
G=15.91%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167351800.790.890.356.8580.5436.27
HexA7231204F592375124
Octal2474322011713143712144
Binary10100111100011100100100111110110011000111111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72312; }

 p { color: rgb(167,35,18); }

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

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

 a { background-color: rgb(167,35,18); }

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

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

 span { border-color: rgb(167,35,18); }

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