#A1290F

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

Shades of Fire Brick #A1290F

Tints of Fire Brick #A1290F

Color information

#A1290F (or 0xA1290F) is unknown color: approx Fire Brick. HEX triplet: A1, 29 and 0F. RGB value is (161,41,15). Sum of RGB (Red+Green+Blue) = 161+41+15=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A1290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1290F is #5ED6F0. Grayscale: #4A4A4A. Windows color (decimal): -6215409 or 993697. OLE color: 993697.

HSL color Cylindrical-coordinate representation of color #A1290F: hue angle of 10.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1290F is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1614115-
CMYK00.750.910.37
HSL10.68º82.95%34.51%-
HSV(B)10.68º90.68%63.14%-
XYZ15.589.21.41-
YUV73.9294.76190.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.19%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=74.19%
G=18.89%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161411500.750.910.3710.6882.9534.51
HexA129F04B5B25b5323
Octal24151170113133451312343
Binary10100001101001111101001011101101110010110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1290F; }

 p { color: rgb(161,41,15); }

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

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

 a { background-color: rgb(161,41,15); }

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

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

 span { border-color: rgb(161,41,15); }

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