#A7251F

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

Shades of Fire Brick #A7251F

Tints of Fire Brick #A7251F

Color information

#A7251F (or 0xA7251F) is unknown color: approx Fire Brick. HEX triplet: A7, 25 and 1F. RGB value is (167,37,31). Sum of RGB (Red+Green+Blue) = 167+37+31=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A7251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7251F is #58DAE0. Grayscale: #4B4B4B. Windows color (decimal): -5823201 or 2041255. OLE color: 2041255.

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

Color convert

RGB1673731-
CMYK00.780.810.35
HSL2.65º68.69%38.82%-
HSV(B)2.65º81.44%65.49%-
XYZ16.859.642.27-
YUV75.19103.07193.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.06%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 31 (12.5% from 255) = 13.19%
R=71.06%
G=15.74%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167373100.780.810.352.6568.6938.82
HexA7251F04E512334527
Octal2474537011612143310547
Binary1010011110010111111010011101010001100011111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7251F; }

 p { color: rgb(167,37,31); }

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

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

 a { background-color: rgb(167,37,31); }

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

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

 span { border-color: rgb(167,37,31); }

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