#a0290f

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

Shades of Fire Brick #A0290F

Tints of Fire Brick #A0290F

Color information

#A0290F (or 0xA0290F) is unknown color: approx Fire Brick. HEX triplet: A0, 29 and 0F. RGB value is (160,41,15). Sum of RGB (Red+Green+Blue) = 160+41+15=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A0290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0290F is #5FD6F0. Grayscale: #494949. Windows color (decimal): -6280945 or 993696. OLE color: 993696.

HSL color Cylindrical-coordinate representation of color #A0290F: hue angle of 10.76º degrees, saturation: 0.83, 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 #A0290F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1604115-
CMYK00.740.910.37
HSL10.76º82.86%34.31%-
HSV(B)10.76º90.62%62.75%-
XYZ15.389.091.4-
YUV73.6294.92189.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.07%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=74.07%
G=18.98%
B=6.94%

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
Decimal160411500.740.910.3710.7682.8634.31
HexA029F04A5B25b5322
Octal24051170112133451312342
Binary10100000101001111101001010101101110010110111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0290f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0290f; }

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

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

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

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

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

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

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

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