#A32411

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

Shades of Fire Brick #A32411

Tints of Fire Brick #A32411

Color information

#A32411 (or 0xA32411) is unknown color: approx Fire Brick. HEX triplet: A3, 24 and 11. RGB value is (163,36,17). Sum of RGB (Red+Green+Blue) = 163+36+17=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32411 is #5CDBEE. Grayscale: #484848. Windows color (decimal): -6085615 or 1123491. OLE color: 1123491.

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

Color convert

RGB1633617-
CMYK00.780.900.36
HSL7.81º81.11%35.29%-
HSV(B)7.81º89.57%63.92%-
XYZ15.849.091.45-
YUV71.8197.08193.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.46%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=75.46%
G=16.67%
B=7.87%

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
Decimal163361700.780.900.367.8181.1135.29
HexA3241104E5A2485123
Octal24344210116132441012143
Binary101000111001001000101001110101101010010010001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32411; }

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

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

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

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

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

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

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

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