#A81F03

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

Shades of Fire Brick #A81F03

Tints of Fire Brick #A81F03

Color information

#A81F03 (or 0xA81F03) is unknown color: approx Fire Brick. HEX triplet: A8, 1F and 03. RGB value is (168,31,3). Sum of RGB (Red+Green+Blue) = 168+31+3=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F03 is #57E0FC. Grayscale: #454545. Windows color (decimal): -5759229 or 204712. OLE color: 204712.

HSL color Cylindrical-coordinate representation of color #A81F03: hue angle of 10.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A81F03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB168313-
CMYK00.820.980.34
HSL10.18º96.49%33.53%-
HSV(B)10.18º98.21%65.88%-
XYZ16.659.311.01-
YUV68.7790.89198.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 83.17%
GREEN value IS 31 (12.5% from 255) = 15.35%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=83.17%
G=15.35%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16831300.820.980.3410.1896.4933.53
HexA81F30526222a6022
Octal2503730122142421214042
Binary10101000111111101010010110001010001010101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F03; }

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

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

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

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

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

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

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

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