#A41A0A

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

Shades of Fire Brick #A41A0A

Tints of Fire Brick #A41A0A

Color information

#A41A0A (or 0xA41A0A) is unknown color: approx Fire Brick. HEX triplet: A4, 1A and 0A. RGB value is (164,26,10). Sum of RGB (Red+Green+Blue) = 164+26+10=200 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A0A is #5BE5F5. Grayscale: #414141. Windows color (decimal): -6022646 or 662180. OLE color: 662180.

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

Color convert

RGB1642610-
CMYK00.840.940.36
HSL6.23º88.51%34.12%-
HSV(B)6.23º93.9%64.31%-
XYZ15.738.651.13-
YUV65.4496.72198.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 10 (4.30% from 255) = 5%
R=82%
G=13%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164261000.840.940.366.2388.5134.12
HexA41AA0545E2465922
Octal2443212012413644613142
Binary101001001101010100101010010111101001001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A0A; }

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

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

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

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

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

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

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

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