#A42419

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

Shades of Fire Brick #A42419

Tints of Fire Brick #A42419

Color information

#A42419 (or 0xA42419) is unknown color: approx Fire Brick. HEX triplet: A4, 24 and 19. RGB value is (164,36,25). Sum of RGB (Red+Green+Blue) = 164+36+25=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A42419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42419 is #5BDBE6. Grayscale: #494949. Windows color (decimal): -6020071 or 1647780. OLE color: 1647780.

HSL color Cylindrical-coordinate representation of color #A42419: hue angle of 4.75º 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 #A42419 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1643625-
CMYK00.780.850.36
HSL4.75º73.54%37.06%-
HSV(B)4.75º84.76%64.31%-
XYZ16.129.221.85-
YUV73.02100.91192.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 72.89%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=72.89%
G=16%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164362500.780.850.364.7573.5437.06
HexA4241904E552454a25
Octal2444431011612544511245
Binary10100100100100110010100111010101011001001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42419; }

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

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

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

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

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

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

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

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