#A41A0C

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

Shades of Fire Brick #A41A0C

Tints of Fire Brick #A41A0C

Color information

#A41A0C (or 0xA41A0C) is unknown color: approx Fire Brick. HEX triplet: A4, 1A and 0C. RGB value is (164,26,12). Sum of RGB (Red+Green+Blue) = 164+26+12=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A0C is #5BE5F3. Grayscale: #414141. Windows color (decimal): -6022644 or 793252. OLE color: 793252.

HSL color Cylindrical-coordinate representation of color #A41A0C: hue angle of 5.53º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A41A0C is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1642612-
CMYK00.840.930.36
HSL5.53º86.36%34.51%-
HSV(B)5.53º92.68%64.31%-
XYZ15.758.661.19-
YUV65.6797.72198.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.19%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=81.19%
G=12.87%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164261200.840.930.365.5386.3634.51
HexA41AC0545D2465623
Octal2443214012413544612643
Binary101001001101011000101010010111011001001101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A0C; }

 p { color: rgb(164,26,12); }

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

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

 a { background-color: rgb(164,26,12); }

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

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

 span { border-color: rgb(164,26,12); }

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