#A01C05

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

Shades of Fire Brick #A01C05

Tints of Fire Brick #A01C05

Color information

#A01C05 (or 0xA01C05) is unknown color: approx Fire Brick. HEX triplet: A0, 1C and 05. RGB value is (160,28,5). Sum of RGB (Red+Green+Blue) = 160+28+5=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01C05 is #5FE3FA. Grayscale: #414141. Windows color (decimal): -6284283 or 335008. OLE color: 335008.

HSL color Cylindrical-coordinate representation of color #A01C05: hue angle of 8.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A01C05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB160285-
CMYK00.820.970.37
HSL8.9º93.94%32.35%-
HSV(B)8.9º96.88%62.75%-
XYZ14.948.320.96-
YUV64.8594.23195.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 82.90%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=82.90%
G=14.51%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16028500.820.970.378.993.9432.35
HexA01C5052612595e20
Octal2403450122141451113640
Binary101000001110010101010010110000110010110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01C05; }

 p { color: rgb(160,28,5); }

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

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

 a { background-color: rgb(160,28,5); }

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

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

 span { border-color: rgb(160,28,5); }

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