#A31B1B

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

Shades of Fire Brick #A31B1B

Tints of Fire Brick #A31B1B

Color information

#A31B1B (or 0xA31B1B) is unknown color: approx Fire Brick. HEX triplet: A3, 1B and 1B. RGB value is (163,27,27). Sum of RGB (Red+Green+Blue) = 163+27+27=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B1B is #5CE4E4. Grayscale: #434343. Windows color (decimal): -6087909 or 1776547. OLE color: 1776547.

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

Color convert

RGB1632727-
CMYK00.830.830.36
HSL71.58%37.25%-
HSV(B)83.44%63.92%-
XYZ15.698.651.88-
YUV67.66105.06196-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.12%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=75.12%
G=12.44%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163272700.830.830.36071.5837.25
HexA31B1B053532404825
Octal2433333012312344011045
Binary10100011110111101101010011101001110010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31B1B; }

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

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

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

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

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

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

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

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