#A0290E

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

Shades of Fire Brick #A0290E

Tints of Fire Brick #A0290E

Color information

#A0290E (or 0xA0290E) is unknown color: approx Fire Brick. HEX triplet: A0, 29 and 0E. RGB value is (160,41,14). Sum of RGB (Red+Green+Blue) = 160+41+14=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A0290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0290E is #5FD6F1. Grayscale: #494949. Windows color (decimal): -6280946 or 928160. OLE color: 928160.

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

Color convert

RGB1604114-
CMYK00.740.910.37
HSL11.1º83.91%34.12%-
HSV(B)11.1º91.25%62.75%-
XYZ15.379.091.36-
YUV73.594.42189.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.42%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=74.42%
G=19.07%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160411400.740.910.3711.183.9134.12
HexA029E04A5B25b5422
Octal24051160112133451312442
Binary10100000101001111001001010101101110010110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0290E; }

 p { color: rgb(160,41,14); }

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

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

 a { background-color: rgb(160,41,14); }

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

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

 span { border-color: rgb(160,41,14); }

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