#A42115

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

Shades of Fire Brick #A42115

Tints of Fire Brick #A42115

Color information

#A42115 (or 0xA42115) is unknown color: approx Fire Brick. HEX triplet: A4, 21 and 15. RGB value is (164,33,21). Sum of RGB (Red+Green+Blue) = 164+33+21=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A42115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42115 is #5BDEEA. Grayscale: #464646. Windows color (decimal): -6020843 or 1384868. OLE color: 1384868.

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

Color convert

RGB1643321-
CMYK00.800.870.36
HSL5.03º77.3%36.27%-
HSV(B)5.03º87.2%64.31%-
XYZ15.999.031.61-
YUV70.899.9194.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.23%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=75.23%
G=15.14%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164332100.800.870.365.0377.336.27
HexA42115050572454d24
Octal2444125012012744511544
Binary10100100100001101010101000010101111001001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42115; }

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

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

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

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

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

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

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

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