#A41B0A

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

Shades of Fire Brick #A41B0A

Tints of Fire Brick #A41B0A

Color information

#A41B0A (or 0xA41B0A) is unknown color: approx Fire Brick. HEX triplet: A4, 1B and 0A. RGB value is (164,27,10). Sum of RGB (Red+Green+Blue) = 164+27+10=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B0A is #5BE4F5. Grayscale: #424242. Windows color (decimal): -6022390 or 662436. OLE color: 662436.

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

Color convert

RGB1642710-
CMYK00.840.940.36
HSL6.62º88.51%34.12%-
HSV(B)6.62º93.9%64.31%-
XYZ15.768.71.14-
YUV66.0396.39197.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 81.59%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=81.59%
G=13.43%
B=4.98%

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
Decimal164271000.840.940.366.6288.5134.12
HexA41BA0545E2475922
Octal2443312012413644713142
Binary101001001101110100101010010111101001001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B0A; }

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

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

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

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

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

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

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

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