#A31F0B

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

Shades of Fire Brick #A31F0B

Tints of Fire Brick #A31F0B

Color information

#A31F0B (or 0xA31F0B) is unknown color: approx Fire Brick. HEX triplet: A3, 1F and 0B. RGB value is (163,31,11). Sum of RGB (Red+Green+Blue) = 163+31+11=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F0B is #5CE0F4. Grayscale: #444444. Windows color (decimal): -6086901 or 728995. OLE color: 728995.

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

Color convert

RGB1633111-
CMYK00.810.930.36
HSL7.89º87.36%34.12%-
HSV(B)7.89º93.25%63.92%-
XYZ15.658.791.19-
YUV68.1995.73195.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.51%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=79.51%
G=15.12%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163311100.810.930.367.8987.3634.12
HexA31FB0515D2485722
Octal24337130121135441012742
Binary1010001111111101101010001101110110010010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31F0B; }

 p { color: rgb(163,31,11); }

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

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

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

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

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

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

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