#A31B1A

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

Shades of Fire Brick #A31B1A

Tints of Fire Brick #A31B1A

Color information

#A31B1A (or 0xA31B1A) is unknown color: approx Fire Brick. HEX triplet: A3, 1B and 1A. RGB value is (163,27,26). Sum of RGB (Red+Green+Blue) = 163+27+26=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B1A is #5CE4E5. Grayscale: #434343. Windows color (decimal): -6087910 or 1711011. OLE color: 1711011.

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

Color convert

RGB1632726-
CMYK00.830.840.36
HSL0.44º72.49%37.06%-
HSV(B)0.44º84.05%63.92%-
XYZ15.688.641.82-
YUV67.55104.56196.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.46%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=75.46%
G=12.5%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163272600.830.840.360.4472.4937.06
HexA31B1A053542404825
Octal2433332012312444011045
Binary10100011110111101001010011101010010010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B1A; }

 p { color: rgb(163,27,26); }

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

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

 a { background-color: rgb(163,27,26); }

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

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

 span { border-color: rgb(163,27,26); }

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