#a9140f

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

Shades of Fire Brick #A9140F

Tints of Fire Brick #A9140F

Color information

#A9140F (or 0xA9140F) is unknown color: approx Fire Brick. HEX triplet: A9, 14 and 0F. RGB value is (169,20,15). Sum of RGB (Red+Green+Blue) = 169+20+15=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A9140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9140F is #56EBF0. Grayscale: #404040. Windows color (decimal): -5696497 or 988329. OLE color: 988329.

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

Color convert

RGB1692015-
CMYK00.880.910.34
HSL1.95º83.7%36.08%-
HSV(B)1.95º91.12%66.27%-
XYZ16.78.971.3-
YUV63.98100.36202.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.84%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=82.84%
G=9.80%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169201500.880.910.341.9583.736.08
HexA914F0585B2225424
Octal2512417013013342212444
Binary10101001101001111010110001011011100010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9140f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9140f; }

 p { color: rgb(169,20,15); }

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

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

 a { background-color: rgb(169,20,15); }

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

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

 span { border-color: rgb(169,20,15); }

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