#A42118

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

Shades of Fire Brick #A42118

Tints of Fire Brick #A42118

Color information

#A42118 (or 0xA42118) is unknown color: approx Fire Brick. HEX triplet: A4, 21 and 18. RGB value is (164,33,24). Sum of RGB (Red+Green+Blue) = 164+33+24=221 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.21% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 164 - color contains mainly: red. Hex color #A42118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42118 is #5BDEE7. Grayscale: #474747. Windows color (decimal): -6020840 or 1581476. OLE color: 1581476.

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

Color convert

RGB1643324-
CMYK00.800.850.36
HSL3.86º74.47%36.86%-
HSV(B)3.86º85.37%64.31%-
XYZ16.029.051.77-
YUV71.14101.4194.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 74.21%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=74.21%
G=14.93%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164332400.800.850.363.8674.4736.86
HexA42118050552444a25
Octal2444130012012544411245
Binary10100100100001110000101000010101011001001001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42118; }

 p { color: rgb(164,33,24); }

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

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

 a { background-color: rgb(164,33,24); }

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

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

 span { border-color: rgb(164,33,24); }

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