#A31F00

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

Shades of Fire Brick #A31F00

Tints of Fire Brick #A31F00

Color information

#A31F00 (or 0xA31F00) is unknown color: approx Fire Brick. HEX triplet: A3, 1F and 00. RGB value is (163,31,0). Sum of RGB (Red+Green+Blue) = 163+31+0=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F00 is #5CE0FF. Grayscale: #434343. Windows color (decimal): -6086912 or 8099. OLE color: 8099.

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

Color convert

RGB163310-
CMYK00.8110.36
HSL11.41º100%31.96%-
HSV(B)11.41º100%63.92%-
XYZ15.598.770.87-
YUV66.9390.23196.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.02%
G=15.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16331000.8110.3611.4110031.96
HexA31F00516424b6420
Octal2433700121144441314440
Binary1010001111111001010001110010010010010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31F00; }

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

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

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

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

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

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

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

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