#A4180B

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

Shades of Fire Brick #A4180B

Tints of Fire Brick #A4180B

Color information

#A4180B (or 0xA4180B) is unknown color: approx Fire Brick. HEX triplet: A4, 18 and 0B. RGB value is (164,24,11). Sum of RGB (Red+Green+Blue) = 164+24+11=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4180B is #5BE7F4. Grayscale: #404040. Windows color (decimal): -6023157 or 727204. OLE color: 727204.

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

Color convert

RGB1642411-
CMYK00.850.930.36
HSL5.1º87.43%34.31%-
HSV(B)5.1º93.29%64.31%-
XYZ15.78.571.14-
YUV64.3897.88199.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.41%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=82.41%
G=12.06%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164241100.850.930.365.187.4334.31
HexA418B0555D2455722
Octal2443013012513544512742
Binary101001001100010110101010110111011001001011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4180B; }

 p { color: rgb(164,24,11); }

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

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

 a { background-color: rgb(164,24,11); }

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

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

 span { border-color: rgb(164,24,11); }

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