#A31E01

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

Shades of Fire Brick #A31E01

Tints of Fire Brick #A31E01

Color information

#A31E01 (or 0xA31E01) is unknown color: approx Fire Brick. HEX triplet: A3, 1E and 01. RGB value is (163,30,1). Sum of RGB (Red+Green+Blue) = 163+30+1=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31E01 is #5CE1FE. Grayscale: #424242. Windows color (decimal): -6087167 or 73379. OLE color: 73379.

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

Color convert

RGB163301-
CMYK00.820.990.36
HSL10.74º98.78%32.16%-
HSV(B)10.74º99.39%63.92%-
XYZ15.578.720.89-
YUV66.4691.06196.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 30 (12.11% from 255) = 15.46%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=84.02%
G=15.46%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16330100.820.990.3610.7498.7832.16
HexA31E10526324b6320
Octal2433610122143441314340
Binary1010001111110101010010110001110010010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31E01; }

 p { color: rgb(163,30,1); }

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

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

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

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

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

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

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