#A5290C

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

Shades of Fire Brick #A5290C

Tints of Fire Brick #A5290C

Color information

#A5290C (or 0xA5290C) is unknown color: approx Fire Brick. HEX triplet: A5, 29 and 0C. RGB value is (165,41,12). Sum of RGB (Red+Green+Blue) = 165+41+12=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A5290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5290C is #5AD6F3. Grayscale: #4B4B4B. Windows color (decimal): -5953268 or 797093. OLE color: 797093.

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

Color convert

RGB1654112-
CMYK00.750.930.35
HSL11.37º86.44%34.71%-
HSV(B)11.37º92.73%64.71%-
XYZ16.389.611.34-
YUV74.7792.58192.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.69%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=75.69%
G=18.81%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165411200.750.930.3511.3786.4434.71
HexA529C04B5D23b5623
Octal24551140113135431312643
Binary10100101101001110001001011101110110001110111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5290C; }

 p { color: rgb(165,41,12); }

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

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

 a { background-color: rgb(165,41,12); }

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

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

 span { border-color: rgb(165,41,12); }

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