#A7140A

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

Shades of Fire Brick #A7140A

Tints of Fire Brick #A7140A

Color information

#A7140A (or 0xA7140A) is unknown color: approx Fire Brick. HEX triplet: A7, 14 and 0A. RGB value is (167,20,10). Sum of RGB (Red+Green+Blue) = 167+20+10=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A7140A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7140A is #58EBF5. Grayscale: #3F3F3F. Windows color (decimal): -5827574 or 660647. OLE color: 660647.

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

Color convert

RGB1672010-
CMYK00.880.940.35
HSL3.82º88.7%34.71%-
HSV(B)3.82º94.01%65.49%-
XYZ16.248.741.12-
YUV62.8198.2202.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 84.77%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=84.77%
G=10.15%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167201000.880.940.353.8288.734.71
HexA714A0585E2345923
Octal2472412013013643413143
Binary101001111010010100101100010111101000111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7140A; }

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

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

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

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

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

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

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

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