#A71F0F

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

Shades of Fire Brick #A71F0F

Tints of Fire Brick #A71F0F

Color information

#A71F0F (or 0xA71F0F) is unknown color: approx Fire Brick. HEX triplet: A7, 1F and 0F. RGB value is (167,31,15). Sum of RGB (Red+Green+Blue) = 167+31+15=213 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.40% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71F0F is #58E0F0. Grayscale: #464646. Windows color (decimal): -5824753 or 991143. OLE color: 991143.

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

Color convert

RGB1673115-
CMYK00.810.910.35
HSL6.32º83.52%35.69%-
HSV(B)6.32º91.02%65.49%-
XYZ16.519.231.36-
YUV69.8497.06197.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 78.40%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 15 (6.25% from 255) = 7.04%
R=78.40%
G=14.55%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167311500.810.910.356.3283.5235.69
HexA71FF0515B2365424
Octal2473717012113343612444
Binary101001111111111110101000110110111000111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71F0F; }

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

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

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

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

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

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

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

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