#A4150E

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

Shades of Fire Brick #A4150E

Tints of Fire Brick #A4150E

Color information

#A4150E (or 0xA4150E) is unknown color: approx Fire Brick. HEX triplet: A4, 15 and 0E. RGB value is (164,21,14). Sum of RGB (Red+Green+Blue) = 164+21+14=199 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.41% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 164 - color contains mainly: red. Hex color #A4150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4150E is #5BEAF1. Grayscale: #3F3F3F. Windows color (decimal): -6023922 or 923044. OLE color: 923044.

HSL color Cylindrical-coordinate representation of color #A4150E: hue angle of 2.8º 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 #A4150E is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1642114-
CMYK00.870.910.36
HSL2.8º84.27%34.9%-
HSV(B)2.8º91.46%64.31%-
XYZ15.668.461.22-
YUV62.96100.38200.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.41%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=82.41%
G=10.55%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164211400.870.910.362.884.2734.9
HexA415E0575B2435423
Octal2442516012713344312443
Binary10100100101011110010101111011011100100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4150E; }

 p { color: rgb(164,21,14); }

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

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

 a { background-color: rgb(164,21,14); }

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

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

 span { border-color: rgb(164,21,14); }

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