#A42311

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

Shades of Fire Brick #A42311

Tints of Fire Brick #A42311

Color information

#A42311 (or 0xA42311) is unknown color: approx Fire Brick. HEX triplet: A4, 23 and 11. RGB value is (164,35,17). Sum of RGB (Red+Green+Blue) = 164+35+17=216 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.93% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 164 - color contains mainly: red. Hex color #A42311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42311 is #5BDCEE. Grayscale: #474747. Windows color (decimal): -6020335 or 1123236. OLE color: 1123236.

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

Color convert

RGB1643517-
CMYK00.790.900.36
HSL7.35º81.22%35.49%-
HSV(B)7.35º89.63%64.31%-
XYZ16.019.141.45-
YUV71.5297.24193.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 75.93%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=75.93%
G=16.20%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164351700.790.900.367.3581.2235.49
HexA4231104F5A2475123
Octal2444321011713244712143
Binary10100100100011100010100111110110101001001111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42311; }

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

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

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

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

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

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

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

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