#A31F03

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

Shades of Fire Brick #A31F03

Tints of Fire Brick #A31F03

Color information

#A31F03 (or 0xA31F03) is unknown color: approx Fire Brick. HEX triplet: A3, 1F and 03. RGB value is (163,31,3). Sum of RGB (Red+Green+Blue) = 163+31+3=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F03 is #5CE0FC. Grayscale: #434343. Windows color (decimal): -6086909 or 204707. OLE color: 204707.

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

Color convert

RGB163313-
CMYK00.810.980.36
HSL10.5º96.39%32.55%-
HSV(B)10.5º98.16%63.92%-
XYZ15.618.770.96-
YUV67.2891.73196.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.74%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=82.74%
G=15.74%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16331300.810.980.3610.596.3932.55
HexA31F30516224a6021
Octal2433730121142441214041
Binary10100011111111101010001110001010010010101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31F03; }

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

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

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

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

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

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

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

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