#a4120a

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

Shades of Fire Brick #A4120A

Tints of Fire Brick #A4120A

Color information

#A4120A (or 0xA4120A) is unknown color: approx Fire Brick. HEX triplet: A4, 12 and 0A. RGB value is (164,18,10). Sum of RGB (Red+Green+Blue) = 164+18+10=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A4120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4120A is #5BEDF5. Grayscale: #3C3C3C. Windows color (decimal): -6024694 or 660132. OLE color: 660132.

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

Color convert

RGB1641810-
CMYK00.890.940.36
HSL3.12º88.51%34.12%-
HSV(B)3.12º93.9%64.31%-
XYZ15.588.351.08-
YUV60.7499.37201.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 85.42%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=85.42%
G=9.38%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164181000.890.940.363.1288.5134.12
HexA412A0595E2435922
Octal2442212013113644313142
Binary10100100100101010010110011011110100100111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4120a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4120a; }

 p { color: rgb(164,18,10); }

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

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

 a { background-color: rgb(164,18,10); }

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

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

 span { border-color: rgb(164,18,10); }

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