#A3100E

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

Shades of Fire Brick #A3100E

Tints of Fire Brick #A3100E

Color information

#A3100E (or 0xA3100E) is unknown color: approx Fire Brick. HEX triplet: A3, 10 and 0E. RGB value is (163,16,14). Sum of RGB (Red+Green+Blue) = 163+16+14=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A3100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3100E is #5CEFF1. Grayscale: #3B3B3B. Windows color (decimal): -6090738 or 921763. OLE color: 921763.

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

Color convert

RGB1631614-
CMYK00.900.910.36
HSL0.81º84.18%34.71%-
HSV(B)0.81º91.41%63.92%-
XYZ15.378.191.19-
YUV59.72102.2201.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.46%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=84.46%
G=8.29%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163161400.900.910.360.8184.1834.71
HexA310E05A5B2415423
Octal2432016013213344112443
Binary1010001110000111001011010101101110010011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3100E; }

 p { color: rgb(163,16,14); }

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

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

 a { background-color: rgb(163,16,14); }

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

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

 span { border-color: rgb(163,16,14); }

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