#A42411

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

Shades of Fire Brick #A42411

Tints of Fire Brick #A42411

Color information

#A42411 (or 0xA42411) is unknown color: approx Fire Brick. HEX triplet: A4, 24 and 11. RGB value is (164,36,17). Sum of RGB (Red+Green+Blue) = 164+36+17=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A42411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42411 is #5BDBEE. Grayscale: #484848. Windows color (decimal): -6020079 or 1123492. OLE color: 1123492.

HSL color Cylindrical-coordinate representation of color #A42411: hue angle of 7.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A42411 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1643617-
CMYK00.780.900.36
HSL7.76º81.22%35.49%-
HSV(B)7.76º89.63%64.31%-
XYZ16.049.191.46-
YUV72.1196.91193.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.58%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=75.58%
G=16.59%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164361700.780.900.367.7681.2235.49
HexA4241104E5A2485123
Octal24444210116132441012143
Binary101001001001001000101001110101101010010010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42411; }

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

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

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

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

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

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

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

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