#A7150C

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

Shades of Fire Brick #A7150C

Tints of Fire Brick #A7150C

Color information

#A7150C (or 0xA7150C) is unknown color: approx Fire Brick. HEX triplet: A7, 15 and 0C. RGB value is (167,21,12). Sum of RGB (Red+Green+Blue) = 167+21+12=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A7150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7150C is #58EAF3. Grayscale: #3F3F3F. Windows color (decimal): -5827316 or 791975. OLE color: 791975.

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

Color convert

RGB1672112-
CMYK00.870.930.35
HSL3.48º86.59%35.1%-
HSV(B)3.48º92.81%65.49%-
XYZ16.278.781.18-
YUV63.6398.87201.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=83.5%
G=10.5%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167211200.870.930.353.4886.5935.1
HexA715C0575D2335723
Octal2472514012713543312743
Binary10100111101011100010101111011101100011111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7150C; }

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

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

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

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

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

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

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

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