#A42619

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

Shades of Fire Brick #A42619

Tints of Fire Brick #A42619

Color information

#A42619 (or 0xA42619) is unknown color: approx Fire Brick. HEX triplet: A4, 26 and 19. RGB value is (164,38,25). Sum of RGB (Red+Green+Blue) = 164+38+25=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A42619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42619 is #5BD9E6. Grayscale: #4A4A4A. Windows color (decimal): -6019559 or 1648292. OLE color: 1648292.

HSL color Cylindrical-coordinate representation of color #A42619: hue angle of 5.61º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A42619 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1643825-
CMYK00.770.850.36
HSL5.61º73.54%37.06%-
HSV(B)5.61º84.76%64.31%-
XYZ16.189.351.87-
YUV74.19100.24192.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.25%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=72.25%
G=16.74%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164382500.770.850.365.6173.5437.06
HexA4261904D552464a25
Octal2444631011512544611245
Binary10100100100110110010100110110101011001001101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42619; }

 p { color: rgb(164,38,25); }

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

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

 a { background-color: rgb(164,38,25); }

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

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

 span { border-color: rgb(164,38,25); }

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