#a71f13

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

Shades of Fire Brick #A71F13

Tints of Fire Brick #A71F13

Color information

#A71F13 (or 0xA71F13) is unknown color: approx Fire Brick. HEX triplet: A7, 1F and 13. RGB value is (167,31,19). Sum of RGB (Red+Green+Blue) = 167+31+19=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71F13 is #58E0EC. Grayscale: #464646. Windows color (decimal): -5824749 or 1253287. OLE color: 1253287.

HSL color Cylindrical-coordinate representation of color #A71F13: hue angle of 4.86º degrees, saturation: 0.8, 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 #A71F13 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1673119-
CMYK00.810.890.35
HSL4.86º79.57%36.47%-
HSV(B)4.86º88.62%65.49%-
XYZ16.549.241.53-
YUV70.399.06196.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.96%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=76.96%
G=14.29%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167311900.810.890.354.8679.5736.47
HexA71F13051592355024
Octal2473723012113143512044
Binary1010011111111100110101000110110011000111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71f13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71f13; }

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

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

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

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

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

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

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

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